Skip to content

Commit 377b0d9

Browse files
committed
fix: change port
1 parent 9cbff0b commit 377b0d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/cts/testServer/waitForApiKey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ function addRoutes(app: Express): void {
9494
}
9595

9696
export function waitForApiKeyServer(): Promise<Server> {
97-
return setupServer('waitForApiKey', 6680, addRoutes);
97+
return setupServer('waitForApiKey', 6681, addRoutes);
9898
}

tests/CTS/client/search/helpers.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
"customHosts": [
380380
{
381381
"host": "${{localhost}}",
382-
"port": 6680
382+
"port": 6681
383383
}
384384
]
385385
}
@@ -422,7 +422,7 @@
422422
"customHosts": [
423423
{
424424
"host": "${{localhost}}",
425-
"port": 6680
425+
"port": 6681
426426
}
427427
]
428428
}
@@ -477,7 +477,7 @@
477477
"customHosts": [
478478
{
479479
"host": "${{localhost}}",
480-
"port": 6680
480+
"port": 6681
481481
}
482482
]
483483
}

0 commit comments

Comments
 (0)