Skip to content

Commit 544c6b4

Browse files
S PadmaS Padma
authored andcommitted
check ts code
1 parent abff485 commit 544c6b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-test-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: E2E Tests for Stage
33
on:
44
push:
55
branches:
6-
- develop
6+
- check
77
paths:
88
- 'e2e/**'
99
- 'utils/**'

e2e/query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('Query Endpoint E2E Tests', () => {
4747
count: 2,
4848
indexName: 'commerce-extensibility-docs',
4949
});
50-
50+
//
5151
expect(response.status).toBe(401);
5252
expect(data.error).toBe('invalid_token');
5353
expect(data.message).toContain('Invalid or expired IMS token');

0 commit comments

Comments
 (0)