You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2019/10/01 13:40:17 UTC

[qpid-dispatch] branch master updated: NO-JIRA: fix a formatting error in test output

This is an automated email from the ASF dual-hosted git repository.

kgiusti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 91ecaa4  NO-JIRA: fix a formatting error in test output
91ecaa4 is described below

commit 91ecaa4bf9defd07c38bb0a277aa12ac7ef8f016
Author: Kenneth Giusti <kg...@apache.org>
AuthorDate: Tue Oct 1 09:31:52 2019 -0400

    NO-JIRA: fix a formatting error in test output
---
 tests/system_tests_one_router.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_one_router.py b/tests/system_tests_one_router.py
index a189edb..ad1ac0d 100644
--- a/tests/system_tests_one_router.py
+++ b/tests/system_tests_one_router.py
@@ -1114,7 +1114,7 @@ class PresettledCustomTimeout(object):
             self.parent.bail(None)
         else:
             self.parent.bail("Messages sent to the router is %d, "
-                             "Messages processed by the router is %d",
+                             "Messages processed by the router is %d" %
                              (self.parent.n_messages,
                               ingress_delivery_count - self.parent.begin_ingress_count))
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org