test: update test script port to 8088 for live cluster test
This commit is contained in:
parent
cce57eede3
commit
b08b0fd163
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue