diff --git a/tests/test_cli.py b/tests/test_cli.py index 30419df..e06a1c7 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -101,6 +101,8 @@ def test_virtuser(self): assert pallium_exec_output(profile, ['whoami']) == 'johndoe' def test_mv(self): + with tempfile.NamedTemporaryFile(): + pass profile = { 'sandbox': { 'virtuser': {