summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-04 23:16:56 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-04 23:16:56 +0800
commitcbd3bd69a1a95898de9a5436d5cdf9a12cc95841 (patch)
treede2bc8cff78a944c895f9ed063b055ff92204978
parentba76aa14d497dddcd1f4aaab185d41e0bb94d908 (diff)
app/test/test_signup.py: change remote address.
-rw-r--r--app/test/test_signup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/test/test_signup.py b/app/test/test_signup.py
index 8f1d6e9..5ce8ab6 100644
--- a/app/test/test_signup.py
+++ b/app/test/test_signup.py
@@ -4,7 +4,7 @@ from selenium import webdriver
import random, string
-driver = webdriver.Remote("http://127.0.0.1:4444/wd/hub")
+driver = webdriver.Remote("http://121.4.94.30:4444/wd/hub")
HOME_PAGE = 'http://121.4.94.30:91/'