Skip to content

Commit a7502cb

Browse files
committed
Fix one test
1 parent e1cd68b commit a7502cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ class TestRedisMCPServer:
1515

1616
def test_init_prints_startup_message(self, capsys):
1717
"""Test that RedisMCPServer initialization prints startup message."""
18+
server = RedisMCPServer()
19+
1820
captured = capsys.readouterr()
1921
assert "Starting the Redis MCP Server" in captured.err
2022

0 commit comments

Comments
 (0)