summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/nvme/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/collectors/go.d.plugin/modules/nvme/testdata')
-rw-r--r--src/go/collectors/go.d.plugin/modules/nvme/testdata/config.json3
-rw-r--r--src/go/collectors/go.d.plugin/modules/nvme/testdata/config.yaml1
2 files changed, 1 insertions, 3 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/nvme/testdata/config.json b/src/go/collectors/go.d.plugin/modules/nvme/testdata/config.json
index 0957131934..291ecee3d6 100644
--- a/src/go/collectors/go.d.plugin/modules/nvme/testdata/config.json
+++ b/src/go/collectors/go.d.plugin/modules/nvme/testdata/config.json
@@ -1,5 +1,4 @@
{
"update_every": 123,
- "timeout": 123.123,
- "binary_path": "ok"
+ "timeout": 123.123
}
diff --git a/src/go/collectors/go.d.plugin/modules/nvme/testdata/config.yaml b/src/go/collectors/go.d.plugin/modules/nvme/testdata/config.yaml
index baf3bcd0b0..25b0b4c780 100644
--- a/src/go/collectors/go.d.plugin/modules/nvme/testdata/config.yaml
+++ b/src/go/collectors/go.d.plugin/modules/nvme/testdata/config.yaml
@@ -1,3 +1,2 @@
update_every: 123
timeout: 123.123
-binary_path: "ok"