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, }, } }