From 9901d887e0985bb3a10c243161ff2732cfa5a317 Mon Sep 17 00:00:00 2001 From: AliasJeff <2022248374@qq.com> Date: Mon, 15 Apr 2024 11:12:35 +0800 Subject: [PATCH] revert conftest.py --- app/test/conftest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/test/conftest.py b/app/test/conftest.py index 43babc3..734ca87 100644 --- a/app/test/conftest.py +++ b/app/test/conftest.py @@ -4,10 +4,9 @@ import time from selenium import webdriver from pathlib import Path - @pytest.fixture def URL(): - return 'http://127.0.0.1:5000' # URL of the program + return 'http://127.0.0.1:5000' # URL of the program @pytest.fixture