Skip to content

Commit 7a0edc5

Browse files
David Boucharedabcoder
David Bouchare
authored andcommitted
Update tests with new types
1 parent a9628d0 commit 7a0edc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/screen_widgets_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ func TestWidgets(t *testing.T) {
312312
Style: &datadog.TileDefStyle{
313313
Palette: datadog.String("hostmap_blues"),
314314
PaletteFlip: datadog.String("true"),
315-
FillMin: datadog.String("20"),
316-
FillMax: datadog.String("300"),
315+
FillMin: datadog.JsonNumber("20"),
316+
FillMax: datadog.JsonNumber("300"),
317317
},
318318
},
319319
},

0 commit comments

Comments
 (0)