Skip to content

Commit

Permalink
fix: added axios to flutterwave spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
urizennnn committed Mar 1, 2025
1 parent d1abd0f commit 6a38a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/flutterwave/flutterwave.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('FlutterwaveService', () => {
{
provide: ConfigService,
useValue: {
get: jest.fn().mockReturnValue('mock-base-url'),
get: jest.fn().mockReturnValue('http://mock-base-url'),
},
},
{
Expand Down

0 comments on commit 6a38a8a

Please sign in to comment.