Skip to content

Commit

Permalink
fix (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon authored Nov 20, 2021
1 parent 67c5e93 commit 23b0ddb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/branch_protection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ var _ = Describe("E2E TEST:"+checks.CheckBranchProtection, func() {
// UPGRADEv2: to remove.
// Old version.
Expect(result.Error).Should(BeNil())
Expect(result.Pass).Should(BeTrue())
Expect(result.Pass).Should(BeFalse())

// New version.
Expect(scut.ValidateTestReturn(nil, "branch protection accessible", &expected, &result, &dl)).Should(BeTrue())
Expect(repoClient.Close()).Should(BeNil())
Expand Down

0 comments on commit 23b0ddb

Please sign in to comment.