Skip to content

Commit

Permalink
Remove unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
patmaddox committed Sep 15, 2022
1 parent 93733d3 commit 2e4c646
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/prom_ex/config_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,6 @@ defmodule PromEx.ConfigTest do
} = config
end

test "should include finch_pools if provided" do
config =
Config.build(
grafana: [
host: "https://my-grafana-instance.com/",
finch_pools: %{default: [size: 1]}
]
)

assert config.grafana_config.finch_pools == %{default: [size: 1]}
end

test "should generate default grafana agent config" do
config =
Config.build(
Expand Down

0 comments on commit 2e4c646

Please sign in to comment.