Skip to content

Commit e61bdd7

Browse files
wdawsonpcarleton
andauthored
Update description for the offline access test
Co-authored-by: Paul Carleton <paulcarletonjr@gmail.com>
1 parent 1300bb0 commit e61bdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scenarios/client/auth/offline-access.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class OfflineAccessScopeScenario implements Scenario {
2525
name = 'auth/offline-access-scope';
2626
specVersions: SpecVersion[] = ['draft'];
2727
description =
28-
'Tests that client handles offline_access scope and refresh_token grant type when AS supports them (SEP-2207)';
28+
'Tests that a client that wants a refresh token handles offline_access scope and refresh_token grant type when AS supports them (SEP-2207)';
2929

3030
private authServer = new ServerLifecycle();
3131
private server = new ServerLifecycle();

0 commit comments

Comments
 (0)