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 c1c1aef commit 75413ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integration/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ func Test_Validate_Konnect(t *testing.T) {
stateFile: "testdata/validate/kong3x.yaml",
additionalArgs: []string{"--online-entities-list=services,Routes,Plugins"},
errorExpected: true,
errorString: "invalid value 'services' for --check-online-plugins-only; it should be a valid Kong entity",
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]"
},
{
name: "validate with correct online list, passed via --online-entities-list cli flag",
Expand Down

0 comments on commit 75413ea

Please sign in to comment.