Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-griffin committed Feb 28, 2025
1 parent 2e7c1e9 commit 7901491
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def test_frontend_to_api(page: Page):
),
)
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"
logger.info({"test_api_url": test_api_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/"
logger.info({"TEST API URL ENV VAR": test_api_url})

expected_api_service_url = os.getenv("API_SERVICE_URL")

Expand Down

0 comments on commit 7901491

Please sign in to comment.