Projects STRLCPY scorecard Commits 23b0ddb8
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    e2e/branch_protection_test.go
    skipped 51 lines
    52 52   // UPGRADEv2: to remove.
    53 53   // Old version.
    54 54   Expect(result.Error).Should(BeNil())
    55  - Expect(result.Pass).Should(BeTrue())
     55 + Expect(result.Pass).Should(BeFalse())
     56 + 
    56 57   // New version.
    57 58   Expect(scut.ValidateTestReturn(nil, "branch protection accessible", &expected, &result, &dl)).Should(BeTrue())
    58 59   Expect(repoClient.Close()).Should(BeNil())
    skipped 4 lines
Please wait...
Page is in error, reload to recover