diff --git a/plugins/inputs/webhooks/particle/particle_webhooks_test.go b/plugins/inputs/webhooks/particle/particle_webhooks_test.go
index 53252ff179d27d2f4c59f0bb2686695bf68f0ff4..850b2c4fc48210341798c7ba8ff7a361a24799d2 100644
--- a/plugins/inputs/webhooks/particle/particle_webhooks_test.go
+++ b/plugins/inputs/webhooks/particle/particle_webhooks_test.go
@@ -72,8 +72,8 @@ func NewItemJSON() string {
 			  "humidity": 44.937500,
 			  "pressure": 998.998901,
 			  "altitude": 119.331436,
-			  "broadband": 1266.0,
-			  "infrared": 528.0,
+			  "broadband": 1266,
+			  "infrared": 528,
 			  "lux": 0.0
 		  }
 	  },