Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
fix: more
Browse files Browse the repository at this point in the history
  • Loading branch information
zac-li committed Aug 22, 2023
1 parent a640fa4 commit 1ec6159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run_test_app_locally(request):

# Start the app
server_process = subprocess.Popen(
["python", "-m", "lcserve", "deploy", "local", app_name, "--port", "8000"],
["python", "-m", "lcserve", "deploy", "local", app_name, "--port", "7030"],
env=env,
)
logging.info(f"Wait 10s for app [{app_name}] to be ready ...")
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/local/test_basic_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
run_test_app_locally,
)

HOST = "localhost:8000"
HOST = "localhost:7030"
HTTP_HOST = f"http://{HOST}"
WS_HOST = f"ws://{HOST}"

Expand Down

0 comments on commit 1ec6159

Please sign in to comment.