diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-01-04 01:48:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-04 01:48:47 +0000 |
commit | 039e685d407732af105581e2df6447f986c2bcad (patch) | |
tree | cfd1bd9f4ae51f7c29cbc6aa504a421d33a5e41f | |
parent | e7fc6182f0fa47d980d08f0995a93abb0151ead7 (diff) | |
parent | 20e96ac57df21108cd23feea709e734907866fb6 (diff) |
Merge "Remove url from logs"
-rw-r--r-- | xtesting/core/testcase.py | 2 |
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") |