Skip to content

Commit 2ac1e47

Browse files
authored
Update internal/ingress/annotations/parser/validators_test.go
1 parent 9c57754 commit 2ac1e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ingress/annotations/parser/validators_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func TestValidateArrayOfServerName(t *testing.T) {
6161
wantErr: false,
6262
},
6363
{
64-
name: "should allow comma separated query params",
64+
name: "should allow @ in query params",
6565
value: "https://oauth.example/oauth2/[email protected],[email protected]",
6666
wantErr: false,
6767
},

0 commit comments

Comments
 (0)