Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Feb 2, 2023
1 parent fd529fd commit 2665585
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/aio/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ async def test_acquire_entry_custom_amount(
)

async def test_storage_check(self, uri, args, expected_instance, fixture):
assert await (storage_from_string(uri, **args)).check()
assert await storage_from_string(uri, **args).check()

async def test_storage_reset(self, uri, args, expected_instance, fixture):
if expected_instance == MemcachedStorage:
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def check_redis_auth_cluster_ready(host, port):


def check_redis_ssl_cluster_ready(host, port):

storage_url = (
"rediss://localhost:8301/?ssl_cert_reqs=required"
"&ssl_keyfile=./tests/tls/client.key"
Expand Down

0 comments on commit 2665585

Please sign in to comment.