Przeglądaj źródła

Fix test script port number.

tags/2.5.0
Matthew Petroff 5 lat temu
rodzic
commit
7820db88aa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tests/run_tests.py

+ 1
- 1
tests/run_tests.py Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz