]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/ceph-volume/ceph_volume/tests/devices/test_zap.py
update sources to v12.2.3
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / devices / test_zap.py
index bc26e33da5c338e4f514633d638bde3609448eff..5e267fca77e5978b4ebe7760ec61c34d40dbfb08 100644 (file)
@@ -7,7 +7,7 @@ class TestZap(object):
     def test_main_spits_help_with_no_arguments(self, capsys):
         lvm.zap.Zap([]).main()
         stdout, stderr = capsys.readouterr()
-        assert 'Zaps the given logical volume or partition' in stdout
+        assert 'Zaps the given logical volume, raw device or partition' in stdout
 
     def test_main_shows_full_help(self, capsys):
         with pytest.raises(SystemExit):