Fix coverage test after updating pip dependencies
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 6 Aug 2024 23:34:22 +0000 (01:34 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 6 Aug 2024 23:34:22 +0000 (01:34 +0200)
Change-Id: Ifd299013d8ffa9d4098e96984b9eed9568d36fdd
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
osm_nbi/tests/test_admin_topics.py

index 0aeed61..4da4d61 100755 (executable)
@@ -915,7 +915,7 @@ class Test_UserTopicAuth(TestCase):
             )
             self.assertIn(
                 "format error at '{}' '{}'".format(
-                    "projects", "{} is too short"
+                    "projects", "{} should be non-empty"
                 ).format([]),
                 norm(str(e.exception)),
                 "Wrong exception text",