diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-04 23:58:54 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-04 23:58:54 +0800 |
commit | 9ef1388388501a5d27e33cdaedfee68dee3c2875 (patch) | |
tree | 65e5ddfa72c3481d299d758ab0ad61c7435f7d95 | |
parent | e36d40cdd7153f807c332cb8d7da8943e89fec22 (diff) |
app/test/test_signup.py: add back http.
-rw-r--r-- | app/test/test_signup.py | 2 |
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/' |