Skip to content

Commit 02d5c38

Browse files
committed
chore(clients): trigger all clients
1 parent 0cd7729 commit 02d5c38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/cts/testServer/apiKey.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import type { Express, Request, Response } from 'express';
55

66
import { setupServer } from '.';
77

8+
// Checks that the client sends a different API key after the first request.
89
function addRoutes(app: Express): void {
910
app.get('/check-api-key/1', (req: Request, res: Response) => {
1011
const headerName = 'x-algolia-api-key';

0 commit comments

Comments
 (0)