Skip to content

Commit 24e8805

Browse files
author
maria-hambardzumian
committed
EPMRPP-89496 || build fix
1 parent cf79a74 commit 24e8805

File tree

3 files changed

+2680
-5650
lines changed

3 files changed

+2680
-5650
lines changed

__tests__/client-id.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe('Client ID test suite', () => {
3636
await unlink(clientIdFile);
3737
const clientId = await getClientId();
3838
const content = await readFile(clientIdFile, 'utf-8');
39-
expect(content).toMatch(new RegExp(`^client\\.id\\s*=\\s*${clientId}\\s*(?:$|\n)`));
39+
expect(content).toContain(`client.id=${clientId}`);
4040
});
4141

4242
it('getClientId should read client ID from ~/.rp/rp.properties', async () => {

0 commit comments

Comments
 (0)