Skip to content

Commit 47df9a9

Browse files
author
Kevin Hellemun
committed
Fixed broken test. (#98)
1 parent 2d2ef3c commit 47df9a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/http/test_pagination_scenario.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ class TestPaginationScenario(BunqSdkTestCase):
1717
def setUpClass(cls):
1818
cls._USER_ID = Config.get_user_id()
1919
cls._MONETARY_ACCOUNT_ID = Config.get_monetary_account_id_1()
20-
cls._COUNTER_PARTY_ALIAS_OTHER = \
21-
Config.get_pointer_counter_party_other()
2220
cls._PAYMENT_LISTING_PAGE_SIZE = 2
2321
cls._PAYMENT_REQUIRED_COUNT_MINIMUM = cls._PAYMENT_LISTING_PAGE_SIZE * 2
2422
cls._NUMBER_ZERO = 0
@@ -95,5 +93,5 @@ def _create_payment(self):
9593

9694
endpoint.Payment.create(object_.Amount(self._PAYMENT_AMOUNT_EUR,
9795
self._PAYMENT_CURRENCY),
98-
self._COUNTER_PARTY_ALIAS_OTHER,
96+
self._get_pointer_bravo(),
9997
self._PAYMENT_DESCRIPTION)

0 commit comments

Comments
 (0)