Skip to content

Commit 23b0ddb

Browse files
authored
fix (#1316)
1 parent 67c5e93 commit 23b0ddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/branch_protection_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ var _ = Describe("E2E TEST:"+checks.CheckBranchProtection, func() {
5252
// UPGRADEv2: to remove.
5353
// Old version.
5454
Expect(result.Error).Should(BeNil())
55-
Expect(result.Pass).Should(BeTrue())
55+
Expect(result.Pass).Should(BeFalse())
56+
5657
// New version.
5758
Expect(scut.ValidateTestReturn(nil, "branch protection accessible", &expected, &result, &dl)).Should(BeTrue())
5859
Expect(repoClient.Close()).Should(BeNil())

0 commit comments

Comments
 (0)