Skip to content

Commit

Permalink
fix: use correct protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
NarekA committed Dec 5, 2023
1 parent f170efb commit 42f444a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/docarray_v2/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ async def test_issue_6090_get_params(streaming_deployment):

docs = []
url = (
f"htto://localhost:{streaming_deployment.port}/stream-simple?text=my_input_text"
f"http://localhost:{streaming_deployment.port}/stream-simple?text=my_input_text"
)
async with aiohttp.ClientSession() as session:

Expand Down

0 comments on commit 42f444a

Please sign in to comment.