Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #27 from kdembler/update-dependencies
Browse files Browse the repository at this point in the history
Updated dependencies for release with updated lib-go
  • Loading branch information
kdembler authored May 5, 2017
2 parents 1631162 + da539e0 commit 54cc783
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
34 changes: 10 additions & 24 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion influxdb/influxdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const (
// Name of plugin
Name = "influxdb"
// Version of plugin
Version = 6
Version = 7

nsVendor = "intel"
nsClass = "influxdb"
Expand Down
2 changes: 2 additions & 0 deletions main_small_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@ limitations under the License.
package main

import (
"os"
"testing"

. "github.com/smartystreets/goconvey/convey"
)

func TestMain(t *testing.T) {
Convey("ensure plugin loads and responds", t, func() {
os.Args = []string{"", "{\"NoDaemon\": true}"}
So(func() { main() }, ShouldNotPanic)
})
}

0 comments on commit 54cc783

Please sign in to comment.