summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-04 23:58:54 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-04 23:58:54 +0800
commit9ef1388388501a5d27e33cdaedfee68dee3c2875 (patch)
tree65e5ddfa72c3481d299d758ab0ad61c7435f7d95
parente36d40cdd7153f807c332cb8d7da8943e89fec22 (diff)
app/test/test_signup.py: add back http.
-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 f4cc9ac..1be42c2 100644
--- a/app/test/test_signup.py
+++ b/app/test/test_signup.py
@@ -7,7 +7,7 @@ import random, string
driver = webdriver.Remote('http://localhost:4444/wd/hub', DesiredCapabilities.CHROME)
-HOME_PAGE = '121.4.94.30:91'
+HOME_PAGE = 'http://121.4.94.30:91/'