From 730ea3d12b75d004a02ec582597c9f50fe53b795 Mon Sep 17 00:00:00 2001 From: leehk Date: Fri, 18 Apr 2025 09:15:49 +0800 Subject: [PATCH] update --- app/tests/tests/integration/backend/test_frontend_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/tests/integration/backend/test_frontend_backend.py b/app/tests/tests/integration/backend/test_frontend_backend.py index fe62d3e..b4e8613 100644 --- a/app/tests/tests/integration/backend/test_frontend_backend.py +++ b/app/tests/tests/integration/backend/test_frontend_backend.py @@ -6,7 +6,7 @@ import websockets @pytest.mark.asyncio async def test_chatbot_integration(): # Send a request to the chatbot endpoint - url = "ws://backend-aimingmedai:80/ws" + url = "ws://localhost:8004/ws" data = [{"content": "Hello"}] try: async with websockets.connect(url) as websocket: