diff --git a/build/tools/httpbin.sh b/build/tools/httpbin.sh index 1e8c4e01f2..aef27150c5 100644 --- a/build/tools/httpbin.sh +++ b/build/tools/httpbin.sh @@ -66,8 +66,8 @@ httpbin_launch() { echo "Installing using `python3 -m pip --version`" python3 -m pip install $pip_explicit_deps httpbin --user - python3 -m httpbin.core 2>&1 >httpbin.log & - WX_TEST_WEBREQUEST_URL="http://localhost:5000" + python3 -m httpbin.core --port 50500 2>&1 >httpbin.log & + WX_TEST_WEBREQUEST_URL="http://localhost:50500" } httpbin_show_log() {