Merge pull request #12965 from mozilla/update-fixtures-for-integration-test
Add a fixture override for integration tests.
This commit is contained in:
Коммит
941a9d006e
|
@ -14,6 +14,12 @@ def base_url(base_url):
|
|||
return "http://olympia.test"
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def sensitive_url(request, base_url):
|
||||
# Override sensitive url check
|
||||
return False
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def firefox_options(firefox_options):
|
||||
"""Firefox options.
|
||||
|
|
Загрузка…
Ссылка в новой задаче