Skip to content

Commit 4724597

Browse files
committed
fix axios config type
1 parent adf2ac8 commit 4724597

File tree

1 file changed

+1
-1
lines changed
  • packages/node-integration-tests/utils

1 file changed

+1
-1
lines changed

packages/node-integration-tests/utils/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async function makeRequest(
121121
}
122122

123123
export class TestEnv {
124-
private _axiosConfig: AxiosRequestConfig = undefined;
124+
private _axiosConfig: AxiosRequestConfig | undefined = undefined;
125125

126126
public constructor(public readonly server: http.Server, public readonly url: string) {
127127
this.server = server;

0 commit comments

Comments
 (0)