You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(auth): harden test DB guard to cover TEST_DATABASE_URL and pooler URLs
The DatabaseCleaner.allow_remote_database_url flag was set to true to
support Docker-network Postgres hostnames in local test runs. To
compensate, extend the production URL guard to also inspect
TEST_DATABASE_URL (the variable database.yml actually uses in test env)
and add 'pooler' as a blocked keyword, which catches database pooler
endpoints even if 'supabase' is absent from the URL.
0 commit comments