aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xtesting/core/testcase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/core/testcase.py b/xtesting/core/testcase.py
index c3a1c38c..c548a2a8 100644
--- a/xtesting/core/testcase.py
+++ b/xtesting/core/testcase.py
@@ -224,7 +224,7 @@ class TestCase(object):
headers=self._headers)
req.raise_for_status()
self.__logger.info(
- "The results were successfully pushed to DB %s", url)
+ "The results were successfully pushed to DB")
except AssertionError:
self.__logger.exception(
"Please run test before publishing the results")