Skip to content

Commit 3086747

Browse files
committed
[PW-6690] - Update mock tests according to Checkout v69
1 parent 9276d0f commit 3086747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CheckoutTest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_payments_error_mocked(self):
9191
result = self.adyen.checkout.payments(request)
9292

9393
self.adyen.client.http_client.request.assert_called_once_with(
94-
'https://checkout-test.adyen.com/v68/payments',
94+
'https://checkout-test.adyen.com/v69/payments',
9595
headers={},
9696
json={
9797
'returnUrl': 'https://your-company.com/...',
@@ -134,7 +134,7 @@ def test_payments_details_success_mocked(self):
134134
result = self.adyen.checkout.payments_details(request)
135135

136136
self.adyen.client.http_client.request.assert_called_once_with(
137-
u'https://checkout-test.adyen.com/v68/payments/details',
137+
u'https://checkout-test.adyen.com/v69/payments/details',
138138
headers={},
139139
json={
140140
'paymentData': 'Hee57361f99....',

0 commit comments

Comments
 (0)