fix: remove Redis config from test.exs - tests should mock Redis
This commit is contained in:
parent
eb7b57aa42
commit
991e339cfa
1 changed files with 0 additions and 5 deletions
|
|
@ -46,11 +46,6 @@ config :towerops, ToweropsWeb.Endpoint,
|
|||
# Set environment identifier for runtime checks
|
||||
config :towerops, :env, :test
|
||||
|
||||
# Configure Redis/Valkey for testing
|
||||
config :towerops, :redis,
|
||||
host: "localhost",
|
||||
port: 6379
|
||||
|
||||
# Use mocks for testing
|
||||
config :towerops,
|
||||
ping_module: Towerops.Monitoring.PingMock,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue