]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/tests/devices/test_zap.py
import 12.2.13 release
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / devices / test_zap.py
index 6333e3a4ea1d7ab0b6c3f82774294a053e26d296..42c4940f157bd496f2d65bf9822bcc3981f0c956 100644 (file)
@@ -25,4 +25,4 @@ class TestZap(object):
         with pytest.raises(SystemExit):
             lvm.zap.Zap(argv=[device_name]).main()
         stdout, stderr = capsys.readouterr()
-        assert 'Refusing to zap' in stdout
+        assert 'Refusing to zap' in stderr