From 42f444a0da1baf81bbed8b5ad2b5902f4e1f177f Mon Sep 17 00:00:00 2001 From: nareka Date: Tue, 5 Dec 2023 12:30:18 -0800 Subject: [PATCH] fix: use correct protocol --- tests/integration/docarray_v2/test_issues.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: