Skip to content

Commit

Permalink
reduce test
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Apr 22, 2021
1 parent b186120 commit 5aae277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestCagentCollectMeasurements(t *testing.T) {
ca := helperCreateCagent(t)
defer ca.Shutdown()

m, _ := ca.collectMeasurements(true)
m, _ := ca.collectMeasurements(false)
errorMsg, ok := m["message"]
if !ok {
errorMsg = ""
Expand Down

0 comments on commit 5aae277

Please sign in to comment.