Skip to content

Commit 14d2df6

Browse files
author
Kevin Hellemun
committed
No need for sandbox user on object tests. (#77)
1 parent 2e95797 commit 14d2df6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/model/generated/object/test_notification_url.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ class TestNotificationUrl(bunq_test.BunqSdkTestCase):
6161
endpoint,
6262
]
6363

64+
@classmethod
65+
def setUpClass(cls):
66+
pass
67+
68+
def setUp(self):
69+
pass
70+
6471
# File mode constants.
6572
_FILE_MODE_READ = 'r'
6673

0 commit comments

Comments
 (0)