Skip to content

Commit

Permalink
Update tests/dragonfly/config_test.py
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Gershman <[email protected]>
Signed-off-by: Roy Jacobson <[email protected]>
  • Loading branch information
royjacobson and romange authored Sep 18, 2023
1 parent bb79f08 commit 0cb889d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/dragonfly/config_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
async def test_maxclients(df_factory):
# Needs some authentication
with df_factory.create(port=1111, maxclients=1, admin_port=1112) as server:
print(server)
async with server.client() as client1:
assert [b"maxclients", b"1"] == await client1.execute_command("CONFIG GET maxclients")

Expand Down

0 comments on commit 0cb889d

Please sign in to comment.