We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca4cdc commit 3919b97Copy full SHA for 3919b97
libs/backend-api7/e2e/support/global-setup.ts
@@ -9,6 +9,7 @@ const httpClient = axios.create({
9
baseURL: 'https://localhost:7443',
10
withCredentials: true,
11
httpsAgent: new Agent({
12
+ keepAlive: false,
13
rejectUnauthorized: false,
14
}),
15
});
0 commit comments