From 1aebefca18e3e92c860603f7fba66971d709a70f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 9 Nov 2015 18:07:51 +0100 Subject: [PATCH] bdd: Make "I run ..." work with PrerequisitesError. --- tests/integration/quteprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/quteprocess.py b/tests/integration/quteprocess.py index ab3726d61..7b9daeaca 100644 --- a/tests/integration/quteprocess.py +++ b/tests/integration/quteprocess.py @@ -177,7 +177,7 @@ class QuteProc(testprocess.Process): ipc.send_to_running_instance(self._ipc_socket, [command], target_arg='') self.wait_for(category='commands', module='command', function='run', - message='Calling *') + message='command called: *') def set_setting(self, sect, opt, value): self.send_cmd(':set "{}" "{}" "{}"'.format(sect, opt, value))