Browse Source

Fix test script port number.

tags/2.5.0
Matthew Petroff 5 years ago
parent
commit
7820db88aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/run_tests.py

+ 1
- 1
tests/run_tests.py View File

@@ -41,7 +41,7 @@ driver.set_window_size(800, 600)

# Load page
print("Loading page...")
driver.get("http://127.0.0.1:8000/tests/tests.html")
driver.get("http://127.0.0.1:12345/tests/tests.html")


# Make sure viewer loaded


Loading…
Cancel
Save