diff --git a/tests/integration/docarray_v2/test_issues.py b/tests/integration/docarray_v2/test_issues.py index 906a895b8ed3a..c646e5d9dc690 100644 --- a/tests/integration/docarray_v2/test_issues.py +++ b/tests/integration/docarray_v2/test_issues.py @@ -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: