diff options
Diffstat (limited to 'environment_test.go')
| -rw-r--r-- | environment_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment_test.go b/environment_test.go index 467bd5b..0f1ffdc 100644 --- a/environment_test.go +++ b/environment_test.go @@ -73,6 +73,7 @@ func TestLoadEnvironment(t *testing.T) { fileConfig: filepath.Join(testDirBase, "/etc/rescached/rescached.cfg"), WUIListen: "127.0.0.1:5381", + Telemetry: `questdb+tcp://127.0.0.1:9009`, HostBlockd: map[string]*Blockd{ "a.block": &Blockd{ Name: "a.block", |
