We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5ef6f commit 0d54d43Copy full SHA for 0d54d43
tests/bunq_test.py
@@ -15,11 +15,9 @@ class BunqSdkTestCase(unittest.TestCase):
15
:type _cash_register: endpoint.CashRegister
16
"""
17
18
+ # Error constants.
19
__ERROR_COULD_NOT_DETERMINE_USER = 'Could not determine user alias.'
20
- # Config values
21
- _API_KEY = config.Config.get_api_key()
22
-
23
# Name of bunq config file
24
_FILENAME_BUNQ_CONFIG = "/bunq-test.conf"
25
0 commit comments