Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Sep 27, 2023
1 parent 8242211 commit 6f1aedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_service_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def redis_responsive(host: str) -> bool:
except (ConnectionError, RedisConnectionError):
return False
finally:
await client.aclose()
await client.aclose() # type: ignore[attr-defined]


@pytest.fixture()
Expand Down

0 comments on commit 6f1aedc

Please sign in to comment.