Skip to content

Commit

Permalink
fix(test): fix lint
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
simeng-li committed Jul 11, 2024
1 parent b563eae commit 679068c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ devFeatureTest.describe('enterprise sso verification', () => {
it('should return empty array if no sso connectors found', async () => {
const client = await initExperienceClient();

const response = await client.getAvailableSsoConnectors('bar@' + 'invalid.com');
const response = await client.getAvailableSsoConnectors('[email protected]');

expect(response.connectorIds.length).toBe(0);
});
Expand Down

0 comments on commit 679068c

Please sign in to comment.