Skip to content

Commit

Permalink
Clarify error message in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Jul 31, 2023
1 parent f96e502 commit f58360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var _ = gg.Describe("Security tests", func() {

gg.BeforeEach(func() {
if !securityEnabled() {
gg.Skip("Security Tests are not supported in the Community Edition.")
gg.Skip("Security Tests are not supported in the Community Edition, or when security is not enabled for the Enterprise Edition.")
}

client, err = as.NewClientWithPolicy(clientPolicy, *host, *port)
Expand Down

0 comments on commit f58360a

Please sign in to comment.