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 cb3d71a commit 8b46486Copy full SHA for 8b46486
tests/bunq_test.py
@@ -26,7 +26,7 @@ class BunqSdkTestCase(unittest.TestCase):
26
# Device description used for python tests
27
_DEVICE_DESCRIPTION = 'Python test device'
28
29
- _PATH_ATTACHMENT = '/assets/'
+ _PATH_ATTACHMENT = 'tests/assets/'
30
_READ_BYTES = "rb"
31
_ATTACHMENT_PATH_IN = 'bunq_App_Icon_Square@4x.png'
32
_CONTENT_TYPE = 'image/png'
0 commit comments