Kaydet (Commit) d3cf8749 authored tarafından abanna's avatar abanna

missed a lint error

üst 4cbf4e31
......@@ -2023,8 +2023,10 @@ class DockerClientTest(Cleanup, unittest.TestCase):
def test_load_config_with_random_name(self):
folder = tempfile.mkdtemp()
self.addCleanup(shutil.rmtree, folder)
dockercfg_path = os.path.join(folder, '.{0}.dockercfg'.format(
random.randrange(100000)))
dockercfg_path = os.path.join(folder,
'.{0}.dockercfg'.format(
random.randrange(100000)))
registry = 'https://your.private.registry.io'
auth_ = base64.b64encode(b'sakuya:izayoi').decode('ascii')
config = {
......
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