Skip to content

Commit 24b700e

Browse files
committed
feat: add conformance test scenarios
1 parent 8939679 commit 24b700e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/conformance/src/everythingClient.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ registerScenarios(
188188
'auth/scope-retry-limit',
189189
'auth/token-endpoint-auth-basic',
190190
'auth/token-endpoint-auth-post',
191-
'auth/token-endpoint-auth-none'
191+
'auth/token-endpoint-auth-none',
192+
'auth/offline-access-scope',
193+
'auth/offline-access-not-supported'
192194
],
193195
runAuthClient
194196
);

0 commit comments

Comments
 (0)