diff --git a/config/test.exs b/config/test.exs index 5413f22f..fb0ae1d4 100644 --- a/config/test.exs +++ b/config/test.exs @@ -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,