diff options
Diffstat (limited to 'tests/sos_tests.py')
-rw-r--r-- | tests/sos_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sos_tests.py b/tests/sos_tests.py index 06903832..a178ce4a 100644 --- a/tests/sos_tests.py +++ b/tests/sos_tests.py @@ -349,7 +349,7 @@ class BaseSoSReportTest(BaseSoSTest): self._manifest = json.loads(content) except Exception: self._manifest = '' - self.warn('Could not load manifest for test') + self.warning('Could not load manifest for test') return self._manifest @property |