Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 committed Dec 15, 2024
1 parent 88e33bb commit 295ccc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/oidc-discovery-provider/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ func TestHandlerPrefix(t *testing.T) {
}`,
},
{
name: "GET well-known Prefix wtih trailing forward-slash",
name: "GET well-known Prefix with trailing forward-slash",
prefix: "/some/issuer/path/issuer1/",
method: "GET",
path: "/some/issuer/path/issuer1/.well-known/openid-configuration",
Expand Down

0 comments on commit 295ccc2

Please sign in to comment.