Skip to content

Commit

Permalink
test: skip intasend 401 test
Browse files Browse the repository at this point in the history
  • Loading branch information
okjodom committed Nov 2, 2024
1 parent a8068bc commit 9733c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/swap/src/intasend/intasend.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('IntasendService', () => {
);
});

it('sendMpesaStkPush: should throw a 401 error when INTASEND_PRIVATE_KEY config is not valid', async () => {
it.skip('sendMpesaStkPush: should throw a 401 error when INTASEND_PRIVATE_KEY config is not valid', async () => {
(mockCfg.getOrThrow as jest.Mock).mockImplementation((key: string) => {
switch (key) {
case 'INTASEND_PUBLIC_KEY':
Expand Down

0 comments on commit 9733c49

Please sign in to comment.