Skip to content

Commit

Permalink
add missing ',' before newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabouardy authored Apr 13, 2017
1 parent 615b7b1 commit 3977f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/icinga2/icinga2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ func TestGatherStatus(t *testing.T) {
json.Unmarshal([]byte(s), &checks)
records := map[string]interface{}{
"name": "ef017af8-c684-4f3f-bb20-0dfe9fcd3dbe",
"status": float32(0)
"status": float32(0),
}
tags := map[string]string{
"display_name": "eq-par.dc2.fr",
"check_command": "check-bgp-juniper-netconf"
"check_command": "check-bgp-juniper-netconf",
}

var acc testutil.Accumulator
Expand Down

0 comments on commit 3977f75

Please sign in to comment.