Skip to content

Commit e67d09b

Browse files
committed
another silly compilation error
1 parent bb39c0f commit e67d09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ public void testIndexLifecycleSettingNotCopied() throws Exception {
610610
client().execute(ReindexDataStreamIndexAction.INSTANCE, new ReindexDataStreamIndexAction.Request(backingIndex))
611611
).getDestIndex();
612612
var settingsResponse = safeGet(
613-
indicesAdmin().getSettings(new GetSettingsRequest(TEST_REQUEST_TIMEOUT).indices(backingIndex, destIndex))
613+
indicesAdmin().getSettings(new GetSettingsRequest().indices(backingIndex, destIndex))
614614
);
615615
assertEquals(policyName, settingsResponse.getSetting(backingIndex, IndexMetadata.LIFECYCLE_NAME));
616616
assertNull(settingsResponse.getSetting(destIndex, IndexMetadata.LIFECYCLE_NAME));

0 commit comments

Comments
 (0)