Skip to content

Commit

Permalink
Add Keep-Alive header to integration test requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy committed Aug 30, 2024
1 parent 926add2 commit f5fc3d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/integration/helper/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const options = (state, consumer): AxiosRequestConfig => {
},
headers: {
"Content-Type": "application/json",
"Keep-Alive": false,
},
}
}
Expand Down

0 comments on commit f5fc3d0

Please sign in to comment.