From 3584979cc28d083c2bba70da97623340d232ef6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 2 Mar 2020 23:19:33 +0100 Subject: e2e: fix the timeout code for expect_unordered --- tests/end_to_end/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/end_to_end/__main__.py b/tests/end_to_end/__main__.py index cef554e..dcf154d 100644 --- a/tests/end_to_end/__main__.py +++ b/tests/end_to_end/__main__.py @@ -100,7 +100,7 @@ class XMPPComponent(slixmpp.BaseXMPP): def on_timeout(self, xpaths): error_msg = "Timeout while waiting for a stanza that would match the expected xpath(s):" for xpath in xpaths: - error_msg += "\n" + xpath + error_msg += "\n" + str(xpath) self.error(error_msg) self.run_scenario() -- cgit v1.2.3