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,