Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Apr 11, 2022
1 parent 47a9f8e commit a2fbacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/license_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var _ = Describe("E2E TEST:"+checks.CheckLicense, func() {
NumberOfInfo: 1,
NumberOfDebug: 0,
}
result := checks.Maintained(&req)
result := checks.License(&req)

Expect(result.Error).Should(BeNil())
Expect(result.Pass).Should(BeTrue())
Expand Down

0 comments on commit a2fbacc

Please sign in to comment.