From ce55fc804edaec4dd34b0030833e0736130cea7b Mon Sep 17 00:00:00 2001 From: Christian Theune Date: Tue, 3 Dec 2024 09:17:43 +0100 Subject: [PATCH] Adapt to changed output from fc-nixos VM creation script --- tests/test_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_vm.py b/tests/test_vm.py index ea5d34c..1792213 100644 --- a/tests/test_vm.py +++ b/tests/test_vm.py @@ -1555,7 +1555,7 @@ def test_create_vm_shows_error(vm, tmpdir): fc-create-vm>\t> stderr: fc-create-vm>\trbd: error opening image does-not-exist: (2) No such file or directory ... -fc-create-vm>\tsubprocess.CalledProcessError: Command '('rbd', '--format', 'json', '--id', 'host1', 'snap', 'ls', 'rbd.hdd/does-not-exist')' returned non-zero exit status 2. +fc-create-vm>\tsubprocess.CalledProcessError: Command ...'rbd', '--format', 'json', '--id', 'host1', 'snap', 'ls', 'rbd.hdd/does-not-exist'... returned non-zero exit status 2. ... """ )