From fdb3259e3c71067e8baba890cc3947e1061cb9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E9=A3=9E?= <2624970078@qq.com> Date: Wed, 9 Jun 2021 21:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E9=87=8C=E7=9A=84=E7=AB=AF=E5=8F=A3=E5=92=8Cmaster?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E4=B8=BA91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/test/test_add_word.py | 2 +- app/test/test_add_word_and_essay_does_not_change.py | 2 +- app/test/test_login.py | 2 +- app/test/test_next_essay.py | 2 +- app/test/test_signup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/test/test_add_word.py b/app/test/test_add_word.py index 1abc27b..9a46fe3 100644 --- a/app/test/test_add_word.py +++ b/app/test/test_add_word.py @@ -10,7 +10,7 @@ import string driver = webdriver.Remote('http://localhost:4444/wd/hub', DesiredCapabilities.CHROME) driver.implicitly_wait(10) -HOME_PAGE = 'http://121.4.94.30:5000/' +HOME_PAGE = 'http://121.4.94.30:91/' def has_punctuation(s): diff --git a/app/test/test_add_word_and_essay_does_not_change.py b/app/test/test_add_word_and_essay_does_not_change.py index 348521e..61af4b8 100644 --- a/app/test/test_add_word_and_essay_does_not_change.py +++ b/app/test/test_add_word_and_essay_does_not_change.py @@ -10,7 +10,7 @@ import string driver = webdriver.Remote('http://localhost:4444/wd/hub', DesiredCapabilities.CHROME) driver.implicitly_wait(10) -HOME_PAGE = 'http://121.4.94.30:5000/' +HOME_PAGE = 'http://121.4.94.30:91/' def has_punctuation(s): diff --git a/app/test/test_login.py b/app/test/test_login.py index c69e499..a9f61ff 100644 --- a/app/test/test_login.py +++ b/app/test/test_login.py @@ -9,7 +9,7 @@ import random, string driver = webdriver.Remote('http://localhost:4444/wd/hub', DesiredCapabilities.CHROME) driver.implicitly_wait(10) -HOME_PAGE = 'http://121.4.94.30:5000/' +HOME_PAGE = 'http://121.4.94.30:91/' diff --git a/app/test/test_next_essay.py b/app/test/test_next_essay.py index 78009b7..75a06d4 100644 --- a/app/test/test_next_essay.py +++ b/app/test/test_next_essay.py @@ -9,7 +9,7 @@ import random, string, time driver = webdriver.Remote('http://localhost:4444/wd/hub', DesiredCapabilities.CHROME) driver.implicitly_wait(10) -HOME_PAGE = 'http://121.4.94.30:5000/' +HOME_PAGE = 'http://121.4.94.30:91/' diff --git a/app/test/test_signup.py b/app/test/test_signup.py index f46c5cd..596e53d 100644 --- a/app/test/test_signup.py +++ b/app/test/test_signup.py @@ -9,7 +9,7 @@ import random, string driver = webdriver.Remote('http://localhost:4444/wd/hub', DesiredCapabilities.CHROME) driver.implicitly_wait(10) -HOME_PAGE = 'http://121.4.94.30:5000/' +HOME_PAGE = 'http://121.4.94.30:91/'