Skip to content

Commit 9cf3a25

Browse files
committed
fix: review comments
1 parent 135fca5 commit 9cf3a25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

router-tests/authentication_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,6 +2465,8 @@ func TestAudienceValidation(t *testing.T) {
24652465
})
24662466

24672467
t.Run("authentication validation is ignored when expected aud is not provided", func(t *testing.T) {
2468+
t.Parallel()
2469+
24682470
tokenAudiences := []bool{true, true}
24692471

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

0 commit comments

Comments
 (0)