test: update test script port to 8088 for live cluster test

This commit is contained in:
fchinembiri 2026-05-09 00:07:54 +02:00
parent cce57eede3
commit b08b0fd163
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import json
import sys import sys
# API Configuration # API Configuration
API_URL = "http://localhost:8000" API_URL = "http://localhost:8088"
# Admin user credentials from main.py # Admin user credentials from main.py
LOGIN_DATA = { LOGIN_DATA = {
"username": "fchinembiri24@gmail.com", "username": "fchinembiri24@gmail.com",