Skip to content

Commit 1404650

Browse files
committed
chore: testing ci
1 parent 011230c commit 1404650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/output/javascript/tests/methods/requests/search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('addApiKey', () => {
1616
maxHitsPerQuery: 20,
1717
})) as unknown as EchoResponse;
1818

19-
expect(req.path).toEqual('/1/keys');
19+
expect(req.path).toEqual('/1/keyssss');
2020
expect(req.method).toEqual('POST');
2121
expect(req.data).toEqual({
2222
acl: ['search', 'addObject'],

0 commit comments

Comments
 (0)