You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(axiosInstance.defaults.headers.apiKey).to.be.equal('apiKey','Api not Equal to \'apiKey\'')
49
49
expect(axiosInstance.defaults.headers.accessToken).to.be.equal('accessToken','Api not Equal to \'accessToken\'')
50
-
expect(axiosInstance.defaults.baseURL).to.be.equal('https://contentstack.com:443/v3','Api not Equal to \'https://contentstack.com:443/v3\'')
50
+
expect(axiosInstance.defaults.baseURL).to.be.equal('https://contentstack.com:443/{api-version}','Api not Equal to \'https://contentstack.com:443/v3\'')
expect(axiosInstance.defaults.headers.apiKey).to.be.equal('apiKey','Api not Equal to \'apiKey\'')
65
65
expect(axiosInstance.defaults.headers.accessToken).to.be.equal('accessToken','Api not Equal to \'accessToken\'')
66
-
expect(axiosInstance.defaults.baseURL).to.be.equal('https://contentstack.com:443/stack/v3','Api not Equal to \'https://contentstack.com:443/stack/v3\'')
66
+
expect(axiosInstance.defaults.baseURL).to.be.equal('https://contentstack.com:443/stack/{api-version}','Api not Equal to \'https://contentstack.com:443/stack/v3\'')
67
67
done()
68
68
})
69
69
it('Contentstack Http Client blank API key',done=>{
0 commit comments