mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
add API HOST NAME to workaround
This commit is contained in:
@@ -94,6 +94,8 @@ def pytest_generate_tests(metafunc):
|
||||
os.environ['ADMIN_CLIENT_SECRET'] = os.getenv('E2E_ADMIN_CLIENT_SECRET')
|
||||
os.environ['ADMIN_CLIENT_USERNAME'] = os.getenv('E2E_ADMIN_CLIENT_USERNAME')
|
||||
os.environ['NOTIFY_ENVIRONMENT'] = os.getenv('E2E_NOTIFY_ENVIRONMENT')
|
||||
os.environ['API_HOST_NAME'] = os.getenv('E2E_API_HOST_NAME')
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -19,7 +19,8 @@ def _setup(page):
|
||||
print(f"E2E SECRET_KEY {os.getenv('SECRET_KEY')}")
|
||||
print(f"E2E ADMIN_CLIENT_SECRET {os.getenv('ADMIN_CLIENT_SECRET')}")
|
||||
print(f"E2E ADMIN_CLIENT_USERNAME {os.getenv('ADMIN_CLIENT_USERNAME')}")
|
||||
print(f"{os.environ}")
|
||||
print(f"E2E API_HOST_NAME {os.getenv('API_HOST_NAME')}")
|
||||
|
||||
|
||||
|
||||
current_date_time = datetime.datetime.now()
|
||||
|
||||
Reference in New Issue
Block a user