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