Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 4915f07

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: fix test
1 parent c7d24c3 commit 4915f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/Endpoint/__tests__/Endpoint.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('Endpoint', () => {
2525
const app_id = screen.getByPlaceholderText('e.g. 9999');
2626
expect(server).toHaveValue('oauth.deriv.com');
2727

28-
expect(app_id).toHaveValue('35014');
28+
expect(app_id).toHaveValue('35073');
2929
});
3030

3131
it('validate user inputs, and provides error messages for app id field', async () => {

0 commit comments

Comments
 (0)