fix: stabilize gateway tests on windows

This commit is contained in:
Peter Steinberger
2026-01-19 12:12:51 +00:00
parent 588dc43787
commit 9e06d945a2
5 changed files with 50 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ async function startServerWithDefaultConfig(port: number) {
host: "127.0.0.1",
auth: { mode: "token", token: "secret" },
controlUiEnabled: false,
openAiChatCompletionsEnabled: false,
});
}