Skip to content

Commit 1693b5c

Browse files
author
Weffe
committed
test: fix type
1 parent b7f9ed3 commit 1693b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/axios-api-versioning.mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ describe('Testing correct response config of "UrlPath" strategy', () => {
8383
});
8484
const instance = withVersioning(client, versioningConfig);
8585

86-
mock = new MockAdapter(instance);
86+
mock = new MockAdapter(instance as AxiosInstance);
8787
mock.onGet(`${versioned_test_url}/`).reply(status.OK, MOCK_RES);
8888

8989
const res = await instance.get('/');

0 commit comments

Comments
 (0)