Skip to content

Commit 82e0fec

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e67d09b commit 82e0fec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

x-pack/plugin/migrate/src/internalClusterTest/java/org/elasticsearch/xpack/migrate/action/ReindexDatastreamIndexTransportActionIT.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,7 @@ public void testIndexLifecycleSettingNotCopied() throws Exception {
609609
var destIndex = safeGet(
610610
client().execute(ReindexDataStreamIndexAction.INSTANCE, new ReindexDataStreamIndexAction.Request(backingIndex))
611611
).getDestIndex();
612-
var settingsResponse = safeGet(
613-
indicesAdmin().getSettings(new GetSettingsRequest().indices(backingIndex, destIndex))
614-
);
612+
var settingsResponse = safeGet(indicesAdmin().getSettings(new GetSettingsRequest().indices(backingIndex, destIndex)));
615613
assertEquals(policyName, settingsResponse.getSetting(backingIndex, IndexMetadata.LIFECYCLE_NAME));
616614
assertNull(settingsResponse.getSetting(destIndex, IndexMetadata.LIFECYCLE_NAME));
617615
}

0 commit comments

Comments
 (0)