Skip to content

Commit

Permalink
tests: adjust mock
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Sep 11, 2024
1 parent 303d8cd commit cc7f22b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const setupFetchStub = (data: any) => (_url: string) => {
// Mock BLOCKAID_API
jest.mock('@/config/constants', () => ({
...jest.requireActual('@/config/constants'),
BLOCKAID_API: 'https://blockaid-api.test',
BLOCKAID_CLIENT_ID: 'some-client-id',
}))

enum TEST_CASES {
Expand Down

0 comments on commit cc7f22b

Please sign in to comment.