Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed Oct 25, 2024
1 parent 2e77e86 commit 73d7344
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void testIndexing() throws Exception {

String firstBackingIndex = getWriteBackingIndex(client(), dataStreamName, 0);
var settings = (Map<?, ?>) getIndexSettingsWithDefaults(firstBackingIndex).get(firstBackingIndex);
assertThat(((Map<?, ?>) settings.get("settings")).get("index.mode"), equalTo("logsdb"));
assertThat(((Map<?, ?>) settings.get("settings")).get("index.mode"), equalTo("time_series"));
assertThat(((Map<?, ?>) settings.get("defaults")).get("index.mapping.source.mode"), equalTo("SYNTHETIC"));

ensureGreen(dataStreamName);
Expand Down

0 comments on commit 73d7344

Please sign in to comment.