tests: remove outdated code

the _cfg attribute does not exist anymore

Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
This commit is contained in:
Corentin Henry 2018-12-12 15:14:49 +01:00 committed by Joffrey F
parent bfdd0a881e
commit 6e227895d3
1 changed files with 0 additions and 2 deletions

View File

@ -106,8 +106,6 @@ class BaseAPIClientTest(unittest.TestCase):
)
self.patcher.start()
self.client = APIClient()
# Force-clear authconfig to avoid tampering with the tests
self.client._cfg = {'Configs': {}}
def tearDown(self):
self.client.close()