Skip to content

Commit 2e4c646

Browse files
author
Pat Maddox
committed
Remove unnecessary test
1 parent 93733d3 commit 2e4c646

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

test/prom_ex/config_test.exs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ defmodule PromEx.ConfigTest do
4646
} = config
4747
end
4848

49-
test "should include finch_pools if provided" do
50-
config =
51-
Config.build(
52-
grafana: [
53-
host: "https://my-grafana-instance.com/",
54-
finch_pools: %{default: [size: 1]}
55-
]
56-
)
57-
58-
assert config.grafana_config.finch_pools == %{default: [size: 1]}
59-
end
60-
6149
test "should generate default grafana agent config" do
6250
config =
6351
Config.build(

0 commit comments

Comments
 (0)