Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Feb 26, 2024
1 parent 47bf21d commit 8c2fde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion management/server/http/middleware/bypass/bypass_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestAuthBypass(t *testing.T) {
expectHTTPCode: http.StatusOK,
},
{
name: "Wildrarded subpath does not match bypass",
name: "Wildcard subpath does not match bypass",
pathToAdd: "/webhook/*",
testPath: "/webhook/extra/path",
expectBypass: false,
Expand Down

0 comments on commit 8c2fde0

Please sign in to comment.