From e3405e5ff425773dfa8bf20de56ff78740722106 Mon Sep 17 00:00:00 2001 From: aya Date: Tue, 22 Oct 2024 12:00:23 +0300 Subject: [PATCH] minor change in test name --- tests/store/test_api_flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/store/test_api_flags.py b/tests/store/test_api_flags.py index 1bfe7b80..35ce168d 100644 --- a/tests/store/test_api_flags.py +++ b/tests/store/test_api_flags.py @@ -68,7 +68,7 @@ class TestApiFlags(StepsStore): logger.debug(f" Message restored with hash only is {store_response.messages} ") assert "message" not in store_response.messages - def test_get_store_messages_with_content_topic(self): + def test_get_store_messages_with_wrong_typo_content_topic(self): # positive scenario content_topic = "/myapp/1/latest/protoo" logger.debug(f"Trying to publish msg with content topic {content_topic}")