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

gmurthy 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 c60c5fa  NO-JIRA: Fix accidental formatting error. Replace $ with %
c60c5fa is described below

commit c60c5fa59626076a32b8009a5f5a6d1f88de705d
Author: Ganesh Murthy <[email protected]>
AuthorDate: Fri Feb 21 14:43:40 2020 -0500

    NO-JIRA: Fix accidental formatting error. Replace $ with %
---
 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 3810a8f..acc74dd 100644
--- a/tests/system_tests_one_router.py
+++ b/tests/system_tests_one_router.py
@@ -2611,7 +2611,7 @@ class UptimeLastDlvChecker(object):
                         self.parent.error = "Expected lastDlvSeconds to be 
empty"
                 else:
                     if not last_dlv_seconds >= self.lastDlv:
-                        self.parent.error = "Connection lastDeliverySeconds 
must be greater than or equal to $d but is %d" % (self.lastDlv, 
last_dlv_seconds)
+                        self.parent.error = "Connection lastDeliverySeconds 
must be greater than or equal to %d but is %d" % (self.lastDlv, 
last_dlv_seconds)
                     else:
                         self.parent.success = True
                 self.num_connections += 1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to