mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
try overriding pytest.ini variables
This commit is contained in:
@@ -88,6 +88,9 @@ def end_to_end_context(browser):
|
||||
context = browser.new_context()
|
||||
return context
|
||||
|
||||
def pytest_generate_tests(metafunc):
|
||||
os.environ['DANGEROUS_SALT'] = 'blahblahdiddiblah'
|
||||
|
||||
|
||||
@pytest.fixture()
|
||||
def authenticated_page(end_to_end_context):
|
||||
|
||||
Reference in New Issue
Block a user