Skip to content

Commit f861fe2

Browse files
author
Wil de Bruin
committed
scopes -> scope
1 parent 897d46b commit f861fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-harness/tests/specs/integration/JWTSpec.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ component extends="coldbox.system.testing.BaseTestCase" appMapping="/root" {
156156
// The unique identifier of the token
157157
"jti" : hash( timestamp & userId ),
158158
// Get the user scopes for the JWT token
159-
"scopes" : [],
159+
"scope" : [],
160160
"role" : "admin"
161161
};
162162

0 commit comments

Comments
 (0)