aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2023-01-11 08:38:34 +0100
committerJake Hunsaker <jhunsake@redhat.com>2023-01-11 09:36:04 -0500
commitdff2d9f3cdee95aee06d03744aec3cd5202d903c (patch)
tree03b7e29e0ee005d8df91c2a594b0135d144a9f6b /tests
parent006629773a6ef1a8517c15d8b64dd7943da714a9 (diff)
downloadsos-dff2d9f3cdee95aee06d03744aec3cd5202d903c.tar.gz
Replace deprecated Logger.warn by Logger.warning
Resolves: #3109 Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/sos_tests.py2
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