Skip to content

Commit 0d54d43

Browse files
author
Kevin Hellemun
committed
Removed API key retrieval from config. (#78)
1 parent cc5ef6f commit 0d54d43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/bunq_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ class BunqSdkTestCase(unittest.TestCase):
1515
:type _cash_register: endpoint.CashRegister
1616
"""
1717

18+
# Error constants.
1819
__ERROR_COULD_NOT_DETERMINE_USER = 'Could not determine user alias.'
1920

20-
# Config values
21-
_API_KEY = config.Config.get_api_key()
22-
2321
# Name of bunq config file
2422
_FILENAME_BUNQ_CONFIG = "/bunq-test.conf"
2523

0 commit comments

Comments
 (0)