From e8a2ac5fcec14d29ee1a8ed73d0871a2e58306bb Mon Sep 17 00:00:00 2001 From: "nathan r. hruby" Date: Wed, 9 Jan 2019 18:25:40 -0700 Subject: [PATCH] add influx plugin (#6021) --- command/base_predict_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/base_predict_test.go b/command/base_predict_test.go index 9bfedec411..b4f3264d19 100644 --- a/command/base_predict_test.go +++ b/command/base_predict_test.go @@ -337,6 +337,7 @@ func TestPredict_Plugins(t *testing.T) { "gcpkms", "github", "hana-database-plugin", + "influxdb-database-plugin", "jwt", "kubernetes", "kv",