diff --git a/tests/unit/test_pull.py b/tests/unit/test_pull.py index 133fd01..c7a4d03 100644 --- a/tests/unit/test_pull.py +++ b/tests/unit/test_pull.py @@ -5,7 +5,7 @@ from Atomic import atomic class TestAtomicPull(unittest.TestCase): class Args(): def __init__(self): - self.image = "fedora" + self.image = "docker:fedora" self.user = False def test_pull_as_privileged_user(self):