From b2c196a329d0dcb62e3b3ae0891861265f540b66 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 7 Aug 2024 01:34:22 +0200 Subject: [PATCH] Fix coverage test after updating pip dependencies Change-Id: Ifd299013d8ffa9d4098e96984b9eed9568d36fdd Signed-off-by: garciadeblas --- osm_nbi/tests/test_admin_topics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.25.1