Skip to content

Commit 0709090

Browse files
author
Kevin Hellemun
committed
Call parent setup class. (#78)
1 parent 475c50b commit 0709090

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/http/test_api_context.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class TestApiContext(BunqSdkTestCase):
1515

1616
@classmethod
1717
def setUpClass(cls):
18+
super().setUpClass()
1819
cls._FILE_MODE_READ = ApiContext._FILE_MODE_READ
1920
cls._API_CONTEXT = cls._get_api_context()
2021
cls._TMP_FILE_PATH_FULL = (cls._get_directory_test_root() +

0 commit comments

Comments
 (0)