Skip to content

Commit

Permalink
Update internal/ingress/annotations/parser/validators_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Jan 6, 2025
1 parent 9c57754 commit 2ac1e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/annotations/parser/validators_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestValidateArrayOfServerName(t *testing.T) {
wantErr: false,
},
{
name: "should allow comma separated query params",
name: "should allow @ in query params",
value: "https://oauth.example/oauth2/[email protected],[email protected]",
wantErr: false,
},
Expand Down

0 comments on commit 2ac1e47

Please sign in to comment.