Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed May 8, 2024
1 parent 7edbb42 commit ef5e06e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,10 @@ public void testGeneralMockupEcsMappings() throws Exception {
getValueFromPath(properties, List.of("host", "properties", "cpu", "properties", "usage", "scaling_factor")),
is(1000.0)
);
assertThat(getValueFromPath(properties, List.of("host", "properties", "geo", "properties", "location", "type")), is("geo_point"));
assertThat(
getValueFromPath(properties, List.of("host", "properties", "geo", "properties", "location", "type")),
is("geo_point")
);
assertThat(getValueFromPath(properties, List.of("data_stream", "properties", "dataset", "type")), is("constant_keyword"));
assertThat(getValueFromPath(properties, List.of("data_stream", "properties", "namespace", "type")), is("constant_keyword"));
assertThat(getValueFromPath(properties, List.of("data_stream", "properties", "type", "type")), is("constant_keyword"));
Expand Down

0 comments on commit ef5e06e

Please sign in to comment.