mirror of https://github.com/docker/docker-py.git
tests: remove outdated code
the _cfg attribute does not exist anymore Signed-off-by: Corentin Henry <corentinhenry@gmail.com>
This commit is contained in:
parent
bfdd0a881e
commit
6e227895d3
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue