From 9ef1388388501a5d27e33cdaedfee68dee3c2875 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 4 Feb 2021 23:58:54 +0800 Subject: app/test/test_signup.py: add back http. --- app/test/test_signup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/test/test_signup.py') 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/' -- cgit v1.2.1