test: rudimentary fix

This commit is contained in:
Schuwi
2025-09-20 11:55:59 +02:00
parent c6c218970c
commit 32dea59c74
3 changed files with 3 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import Config
# Run `mix help test` for more information.
config :components_elixir, ComponentsElixir.Repo,
username: "postgres",
password: "postgres",
password: "fCnPB8VQdPkhJAD29hq6sZEY",
hostname: "localhost",
database: "components_elixir_test#{System.get_env("MIX_TEST_PARTITION")}",
pool: Ecto.Adapters.SQL.Sandbox,