Skip to content

Commit

Permalink
updated test for skip verify
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Porter <portertech@gmail.com>
  • Loading branch information
portertech committed Feb 11, 2020
1 parent ea21029 commit 88c0782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestQueryExporter(t *testing.T) {

time.Sleep(2 * time.Second)

samples, err := QueryExporter("http://localhost:7777/metrics", ExporterAuth{User: "", Password: "", Header: ""})
samples, err := QueryExporter("http://localhost:7777/metrics", ExporterAuth{User: "", Password: "", Header: ""}, false)

assert.NoError(t, err)
assert.NotNil(t, samples)
Expand Down

0 comments on commit 88c0782

Please sign in to comment.