Skip to main content

Description: Tests now hit the test database, not dev; restore safe defaults.

Changes

  • Parse the CI environment variable as a boolean — CI="false" was previously truthy and made tests run against the data_plane dev database (#2079).
  • Restore safe defaults for DEBUG, CI and ALLOW_DESIGN_LOGIN to prevent KeyError when those env vars are absent.
  • Drop DATA_PLANE_FRONTEND_URL in favour of INGRESS_URL.