Skip to content

Commit 9f62691

Browse files
nirav-ravalCopilot
andauthored
Update src/m365/entra/commands/license/license-list.spec.ts
Co-authored-by: Copilot <[email protected]>
1 parent 72e1e20 commit 9f62691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/m365/entra/commands/license/license-list.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ describe(commands.LICENSE_LIST, () => {
132132
if ((opts.url === `https://graph.microsoft.com/v1.0/subscribedSkus`)) {
133133
return licenseResponse;
134134
}
135-
throw 'Invalid request';
135+
throw new Error('Invalid request');
136136
});
137137

138138
await command.action(logger, { options: commandOptionsSchema.parse({ debug: true }) });

0 commit comments

Comments
 (0)