Kaydet (Commit) 6e227895 authored tarafından Corentin Henry's avatar Corentin Henry Kaydeden (comit) Joffrey F

tests: remove outdated code

the _cfg attribute does not exist anymore
Signed-off-by: 's avatarCorentin Henry <corentinhenry@gmail.com>
üst bfdd0a88
...@@ -106,8 +106,6 @@ class BaseAPIClientTest(unittest.TestCase): ...@@ -106,8 +106,6 @@ class BaseAPIClientTest(unittest.TestCase):
) )
self.patcher.start() self.patcher.start()
self.client = APIClient() self.client = APIClient()
# Force-clear authconfig to avoid tampering with the tests
self.client._cfg = {'Configs': {}}
def tearDown(self): def tearDown(self):
self.client.close() self.client.close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment