Skip to content

Commit

Permalink
test e2e v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timdengyun committed Dec 18, 2023
1 parent fee54ef commit a44b646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nsx/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func GetClient(cf *config.NSXOperatorConfig) *Client {
// So, it's unnecessary to exit even if failed in the first time
if !nsxClient.NSXCheckVersion(SecurityPolicy) {
err := errors.New("SecurityPolicy feature support check failed")
log.Error(err, "initial NSX version check for SecurityPolicy got error")
log.Error(err, "Initial NSX version check for SecurityPolicy got error")
}
if !nsxClient.NSXCheckVersion(ServiceAccount) {
err := errors.New("NSXServiceAccount feature support check failed")
Expand Down

0 comments on commit a44b646

Please sign in to comment.