From: garciadeblas Date: Tue, 6 Aug 2024 23:34:22 +0000 (+0200) Subject: Fix coverage test after updating pip dependencies X-Git-Tag: release-v16.0-start~8 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=b2c196a329d0dcb62e3b3ae0891861265f540b66;p=osm%2FNBI.git Fix coverage test after updating pip dependencies Change-Id: Ifd299013d8ffa9d4098e96984b9eed9568d36fdd Signed-off-by: garciadeblas --- diff --git a/osm_nbi/tests/test_admin_topics.py b/osm_nbi/tests/test_admin_topics.py index 0aeed61..4da4d61 100755 --- a/osm_nbi/tests/test_admin_topics.py +++ b/osm_nbi/tests/test_admin_topics.py @@ -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",