Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Mar 11, 2024
1 parent f9a2c68 commit dd12ecc
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 19 deletions.
153 changes: 135 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/api/connector/http/axios-provider.connector.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('Axios Http provider connector', () => {
let httpConnector: AxiosProviderConnector

beforeEach(() => {
httpConnector = new AxiosProviderConnector('test-key')
httpConnector = new AxiosProviderConnector()
})

it('should make get() request', async () => {
Expand Down

0 comments on commit dd12ecc

Please sign in to comment.