Skip to content

Commit

Permalink
handling async in url_parser
Browse files Browse the repository at this point in the history
Signed-off-by: ahmedsobeh <[email protected]>
  • Loading branch information
ahmedsobeh committed Jun 28, 2024
1 parent 584dc16 commit 89ad234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_asyncio/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ def valkey_url(request):
@pytest.fixture()
def connect_args(request):
url = request.config.getoption("--valkey-url")
return parse_url(url)
return parse_url(url, True)

0 comments on commit 89ad234

Please sign in to comment.