Skip to content

Commit d7dc33a

Browse files
author
VuXfi
committed
refactor: update expected redirect link in payment tests
1 parent cd47a39 commit d7dc33a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/unit/external_payments/external_payments.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe("TestPaymentSystem & PaymentAdapter basic testing", function () {
5454
// TestPaymentSystem.getInstance().createPayment(payment , "test", param);
5555
// });
5656
// const result = await TestPaymentSystem.getInstance().createPayment(payment , "test");
57-
// expect(result.redirectLink).to.equal("http://test.webresto.dev");
57+
// expect(result.redirectLink).to.equal("http://test.resto.cloud");
5858
// });
5959
/**
6060
*

test/unit/external_payments/external_payments.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe("TestPaymentSystem & PaymentAdapter basic testing", function () {
6161
// });
6262

6363
// const result = await TestPaymentSystem.getInstance().createPayment(payment , "test");
64-
// expect(result.redirectLink).to.equal("http://test.webresto.dev");
64+
// expect(result.redirectLink).to.equal("http://test.resto.cloud");
6565

6666
// });
6767

0 commit comments

Comments
 (0)