aboutsummaryrefslogtreecommitdiff
path: root/test/metrics_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/metrics_test.go')
-rw-r--r--test/metrics_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/metrics_test.go b/test/metrics_test.go
index 4aaf89036..b84e906ce 100644
--- a/test/metrics_test.go
+++ b/test/metrics_test.go
@@ -77,7 +77,8 @@ func TestMetricsAuto(t *testing.T) {
corefile := `org:0 {
auto {
- directory ` + tmpdir + ` db\.(.*) {1} 1
+ directory ` + tmpdir + ` db\.(.*) {1}
+ reload 1s
}
prometheus localhost:0
}