Skip to content

Commit

Permalink
log settings.IS_API value
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-griffin committed Feb 28, 2025
1 parent 7901491 commit 542eb31
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import os
import logging
from django.conf import settings

from playwright.sync_api import Page
from playwright.sync_api import expect
Expand Down Expand Up @@ -44,6 +45,7 @@ def test_frontend_to_api(page: Page):
headers={**request.headers, "Bypass-Key": MAINTENANCE_PAGE_BYPASS_VALUE}
),
)
logger.info({"Testing SETTINGS.IS_API --- ": settings.IS_API})
ip_filter_test_service_url = os.getenv("IP_FILTER_TEST_URL")
logger.info({"Testing IP FILTER TEST ENV VAR": ip_filter_test_service_url})
test_api_url = f"{ip_filter_test_service_url}test-api/"
Expand Down

0 comments on commit 542eb31

Please sign in to comment.