Skip to content

Commit 165cfdc

Browse files
author
Andre Wagner
committed
formatting
Signed-off-by: Andre Wagner <andre.wagner@richard-wolf.com>
1 parent 59d3d00 commit 165cfdc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

podman/tests/integration/test_images.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,9 @@ def test_import_from_url(self):
360360
threading.Thread(target=httpd.serve_forever, daemon=True).start()
361361

362362
# Import it
363-
image = self.client.images.import_image(url="http://localhost:8000/test.tar.gz", message="test")
363+
image = self.client.images.import_image(
364+
url="http://localhost:8000/test.tar.gz", message="test"
365+
)
364366
self.assertIsInstance(image, Image)
365367
self.assertEqual(image.attrs.get("Comment"), "test")
366368
container = self.client.containers.create(image, command=["."])

0 commit comments

Comments
 (0)