Skip to content

Commit

Permalink
update also needed on test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xillians committed Nov 7, 2022
1 parent a6250fe commit 0c2e811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/swedbank-base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('SwedbankBase', () => {
const swedbank = new SwedbankBase({
merchantToken: '',
consumerIp: '1.2.3.4',
callbackOverride: customUrl,
baseUrl: customUrl,
});
const res = await swedbank.getUrl();
expect(res).toBe(customUrl);
Expand Down

0 comments on commit 0c2e811

Please sign in to comment.