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 b7f9ed3 commit 1693b5cCopy full SHA for 1693b5c
tests/axios-api-versioning.mock.ts
@@ -83,7 +83,7 @@ describe('Testing correct response config of "UrlPath" strategy', () => {
83
});
84
const instance = withVersioning(client, versioningConfig);
85
86
- mock = new MockAdapter(instance);
+ mock = new MockAdapter(instance as AxiosInstance);
87
mock.onGet(`${versioned_test_url}/`).reply(status.OK, MOCK_RES);
88
89
const res = await instance.get('/');
0 commit comments