Skip to content

Commit 3977f75

Browse files
authored
add missing ',' before newline
1 parent 615b7b1 commit 3977f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/inputs/icinga2/icinga2_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ func TestGatherStatus(t *testing.T) {
2828
json.Unmarshal([]byte(s), &checks)
2929
records := map[string]interface{}{
3030
"name": "ef017af8-c684-4f3f-bb20-0dfe9fcd3dbe",
31-
"status": float32(0)
31+
"status": float32(0),
3232
}
3333
tags := map[string]string{
3434
"display_name": "eq-par.dc2.fr",
35-
"check_command": "check-bgp-juniper-netconf"
35+
"check_command": "check-bgp-juniper-netconf",
3636
}
3737

3838
var acc testutil.Accumulator

0 commit comments

Comments
 (0)