From b08b0fd1632a18603e9625173ee8680edf4afd7c Mon Sep 17 00:00:00 2001 From: fchinembiri Date: Sat, 9 May 2026 00:07:54 +0200 Subject: [PATCH] test: update test script port to 8088 for live cluster test --- test_async_inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_async_inference.py b/test_async_inference.py index 9d5e44a..9e584bb 100644 --- a/test_async_inference.py +++ b/test_async_inference.py @@ -4,7 +4,7 @@ import json import sys # API Configuration -API_URL = "http://localhost:8000" +API_URL = "http://localhost:8088" # Admin user credentials from main.py LOGIN_DATA = { "username": "fchinembiri24@gmail.com",