Skip to content

Commit

Permalink
test: add real sha to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fitz7 committed Mar 8, 2024
1 parent ee85dbd commit a44c058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/vcs/gitlab_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func TestGitlabClient_UpdateStatus(t *testing.T) {
models.PullRequest{
Num: 1,
BaseRepo: repo,
HeadCommit: "sha",
HeadCommit: "67cb91d3f6198189f433c045154a885784ba6977",
HeadBranch: "test",
}, c.status, "src", "description", "https://google.com")
Ok(t, err)
Expand Down

0 comments on commit a44c058

Please sign in to comment.