Skip to content

Commit

Permalink
e2e fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Apr 1, 2022
1 parent 2cbf71f commit b81fd2e
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.LicenseCheck(&req)
result := checks.Maintained(&req)

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

0 comments on commit b81fd2e

Please sign in to comment.