Skip to content

Commit 8aed8d1

Browse files
fix lint issue on identity persona
Issue: ZENKO-5259
1 parent 5305114 commit 8aed8d1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/functional/ctst/steps/reporting/storageUsageReporting.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ interface ReportingUsageResponse {
1515
}
1616

1717
Given('an identity with the {string} keycloak persona', function (this: Zenko, persona: string) {
18-
const username = (this.parameters as Record<string, string>)[persona] || persona;
19-
this.addToSaved('keycloakPersona', username);
18+
this.addToSaved('keycloakPersona', persona);
2019
});
2120

2221
async function fetchStorageUsageReport(world: Zenko) {

0 commit comments

Comments
 (0)