Skip to content

Commit 5d07aa2

Browse files
committed
fix: tests
1 parent 9cf3a25 commit 5d07aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

router-tests/authentication_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2464,9 +2464,9 @@ func TestAudienceValidation(t *testing.T) {
24642464

24652465
})
24662466

2467-
t.Run("authentication validation is ignored when expected aud is not provided", func(t *testing.T) {
2467+
t.Run("audience validation is ignored when expected aud is not provided", func(t *testing.T) {
24682468
t.Parallel()
2469-
2469+
24702470
tokenAudiences := []bool{true, true}
24712471

24722472
authServer, err := jwks.NewServer(t)

0 commit comments

Comments
 (0)