We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49eef32 commit 708b158Copy full SHA for 708b158
services/pull/commit_status_test.go
@@ -33,7 +33,7 @@ func TestMergeRequiredContextsCommitStatus(t *testing.T) {
33
},
34
{
35
commitStatuses: []*git_model.CommitStatus{
36
- {Context: "Build 1", State: structs.CommitStatusSuccess},
+ {Context: "Build 1", State: structs.CommitStatusSkipped},
37
{Context: "Build 2", State: structs.CommitStatusSuccess},
38
{Context: "Build 3", State: structs.CommitStatusSuccess},
39
0 commit comments