We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7803dc8 commit 55ebe73Copy full SHA for 55ebe73
1 file changed
e2e/query.test.ts
@@ -47,7 +47,7 @@ describe('Query Endpoint E2E Tests', () => {
47
count: 2,
48
indexName: 'commerce-extensibility-docs',
49
});
50
-//
+
51
expect(response.status).toBe(401);
52
expect(data.error).toBe('invalid_token');
53
expect(data.message).toContain('Invalid or expired IMS token');
0 commit comments