From 2463876bc79442c3c21f2bfc51ee76c0f97cb5a7 Mon Sep 17 00:00:00 2001 From: vladvildanov Date: Fri, 21 Feb 2025 10:10:58 +0200 Subject: [PATCH] [TEST] test PR --- tests/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_commands.py b/tests/test_commands.py index f89c5f3365..2cbce96b53 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -1070,7 +1070,7 @@ def test_info_multi_sections(self, r): @skip_if_server_version_lt("7.9.0") def test_info_with_modules(self, r: redis.Redis): res = r.info(section="everything") - assert "modules" in res + assert "modulesssssss" in res assert "search_number_of_indexes" in res res = r.info(section="modules")