From f5fc3d0e58904eb85611779a5c7084961250e48f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lud=C4=9Bk=20Nov=C3=BD?= <13610612+ludeknovy@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:53:13 +0200 Subject: [PATCH] Add Keep-Alive header to integration test requests --- src/tests/integration/helper/state.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/integration/helper/state.ts b/src/tests/integration/helper/state.ts index 29fcf47d..846dad5c 100644 --- a/src/tests/integration/helper/state.ts +++ b/src/tests/integration/helper/state.ts @@ -13,6 +13,7 @@ const options = (state, consumer): AxiosRequestConfig => { }, headers: { "Content-Type": "application/json", + "Keep-Alive": false, }, } }