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")