Skip to content

Commit

Permalink
Fix IT - address breaking changes from upstream. (#1659)
Browse files Browse the repository at this point in the history
IT fails on 2.x branch (can't compile), caused by opensearch-project/OpenSearch#7612

Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand authored May 25, 2023
1 parent 3683b6c commit c04dfb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import org.opensearch.common.settings.Settings;
import org.opensearch.common.unit.TimeValue;
import org.opensearch.common.util.concurrent.ThreadContext;
import org.opensearch.core.internal.io.IOUtils;
import org.opensearch.common.util.io.IOUtils;
import org.opensearch.test.rest.OpenSearchRestTestCase;

import static java.util.Collections.unmodifiableList;
Expand Down

0 comments on commit c04dfb6

Please sign in to comment.