]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/selftest/module.py
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / selftest / module.py
index 298d8cca1f838ee80545e981afdc96659fda81e7..f62d968c8988f06147f810de2711f81c036f27f6 100644 (file)
@@ -432,11 +432,11 @@ class Module(MgrModule):
         import orchestrator
         if what == 'OrchestratorError':
             c = orchestrator.TrivialReadCompletion(result=None)
-            c.fail(orchestrator.OrchestratorError('hello', 'world'))
+            c.fail(orchestrator.OrchestratorError('helloworld'))
             return c
         elif what == "ZeroDivisionError":
             c = orchestrator.TrivialReadCompletion(result=None)
-            c.fail(ZeroDivisionError('hello', 'world'))
+            c.fail(ZeroDivisionError('helloworld'))
             return c
         assert False, repr(what)