Skip to content

Commit

Permalink
fix: update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackell-sfdc committed Sep 11, 2024
1 parent 639b6d7 commit f26d416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/org/login/login.sfdx-url.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('org:login:sfdx-url', () => {
const response = await LoginSfdxUrl.run(['-f', keyPathJson, '--json']);
expect.fail(`Should have thrown an error. Response: ${JSON.stringify(response)}`);
} catch (e) {
expect((e as Error).message).to.includes('Error getting the auth URL from file');
expect((e as Error).message).to.includes('Error getting the SFDX authorization URL from file');
}
});

Expand Down

0 comments on commit f26d416

Please sign in to comment.