From 3b74a7a0f9170243c563e2ca29738dcf2dc7b43f Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sun, 23 Jun 2024 21:24:25 +0200 Subject: [PATCH] Remove obsolete database config option for test env --- config/test.exs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/test.exs b/config/test.exs index 20960f22f..791eaa75d 100644 --- a/config/test.exs +++ b/config/test.exs @@ -9,10 +9,6 @@ config :asciinema, Asciinema.Repo, pool: Ecto.Adapters.SQL.Sandbox, pool_size: 10 -if db_url = System.get_env("TEST_DATABASE_URL") do - System.put_env("DATABASE_URL", db_url) -end - # In test we don't send emails. config :asciinema, Asciinema.Emails.Mailer, adapter: Swoosh.Adapters.Test