Skip to content

Commit

Permalink
fux lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineJac committed Dec 2, 2024
1 parent ad009ab commit a2a9319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func Test_Validate_Konnect(t *testing.T) {
errorString: "invalid value 'services' for --check-online-plugins-only; it should be a valid Kong entity. " +
"Valid entities: [ACLGroups, Documents, SNIs, RBACRoles, Plugins, HMACAuths, KeyAuths, " +
"Routes, Targets, FilterChains, Vaults, CACertificates, Consumers, BasicAuths, Certificates, " +
"JWTAuths, Oauth2Creds, Upstreams, RBACEndpointPermissions, Services]"
"JWTAuths, Oauth2Creds, Upstreams, RBACEndpointPermissions, Services]",
},
{
name: "validate with correct online list, passed via --online-entities-list cli flag",
Expand Down

0 comments on commit a2a9319

Please sign in to comment.