fix: remove Redis config from test.exs - tests should mock Redis

This commit is contained in:
Graham McIntire 2026-01-17 16:30:52 -06:00
parent eb7b57aa42
commit 991e339cfa
No known key found for this signature in database

View file

@ -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,