Skip to content

Commit 2463876

Browse files
committed
[TEST] test PR
1 parent 8427c7b commit 2463876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ def test_info_multi_sections(self, r):
10701070
@skip_if_server_version_lt("7.9.0")
10711071
def test_info_with_modules(self, r: redis.Redis):
10721072
res = r.info(section="everything")
1073-
assert "modules" in res
1073+
assert "modulesssssss" in res
10741074
assert "search_number_of_indexes" in res
10751075

10761076
res = r.info(section="modules")

0 commit comments

Comments
 (0)