From 412d990a4decdde7edd3bedd8a8aea15ced245ac Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 1 Jul 2022 14:19:53 +0100 Subject: [PATCH] switch DB name --- config/test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index 41a2f52a4..93d07ff19 100644 --- a/config/test.exs +++ b/config/test.exs @@ -45,7 +45,7 @@ config :pleroma, Pleroma.Repo, adapter: Ecto.Adapters.Postgres, username: "postgres", password: "postgres", - database: "pleroma_test", + database: "akkoma_test", hostname: System.get_env("DB_HOST") || "localhost", pool: Ecto.Adapters.SQL.Sandbox, pool_size: 50,