Skip to content

Commit b30af43

Browse files
committed
bring names back
1 parent 0ce9a91 commit b30af43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/scenarios/client/auth/basic-dcr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ServerLifecycle } from './helpers/serverLifecycle.js';
66
import { Request, Response } from 'express';
77

88
export class AuthBasicDCRScenario implements Scenario {
9-
name = 'auth-basic-dcr';
9+
name = 'auth/basic-dcr';
1010
description =
1111
'Tests Basic OAuth flow with DCR, PRM at path-based location, OAuth metadata at root location, and no scopes required';
1212
private authServer = new ServerLifecycle(() => this.authBaseUrl);

src/scenarios/client/auth/basic-metadata-var1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ServerLifecycle } from './helpers/serverLifecycle.js';
66

77
export class AuthBasicMetadataVar1Scenario implements Scenario {
88
// TODO: name should match what we put in the scenario map
9-
name = 'auth-basic-metadata-var1';
9+
name = 'auth/basic-metadata-var1';
1010
description =
1111
'Tests Basic OAuth flow with DCR, PRM at root location, OAuth metadata at OpenID discovery path, and no scopes required';
1212
private authServer = new ServerLifecycle(() => this.authBaseUrl);

0 commit comments

Comments
 (0)