Skip to content

Commit 8b46486

Browse files
author
Kevin Hellemun
committed
Fixed broken tests due to bad file path. (#78)
1 parent cb3d71a commit 8b46486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bunq_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BunqSdkTestCase(unittest.TestCase):
2626
# Device description used for python tests
2727
_DEVICE_DESCRIPTION = 'Python test device'
2828

29-
_PATH_ATTACHMENT = '/assets/'
29+
_PATH_ATTACHMENT = 'tests/assets/'
3030
_READ_BYTES = "rb"
3131
_ATTACHMENT_PATH_IN = '[email protected]'
3232
_CONTENT_TYPE = 'image/png'

0 commit comments

Comments
 (0)