From a0365e83fe5ed856dfab9813415653c3138db216 Mon Sep 17 00:00:00 2001 From: Dennis Toepker Date: Tue, 11 Jun 2024 18:52:03 -0700 Subject: [PATCH] fixed imports Signed-off-by: Dennis Toepker --- .../alerting/resthandler/AlertingCommentsRestApiIT.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alerting/src/test/kotlin/org/opensearch/alerting/resthandler/AlertingCommentsRestApiIT.kt b/alerting/src/test/kotlin/org/opensearch/alerting/resthandler/AlertingCommentsRestApiIT.kt index 601a1860c..5527d3531 100644 --- a/alerting/src/test/kotlin/org/opensearch/alerting/resthandler/AlertingCommentsRestApiIT.kt +++ b/alerting/src/test/kotlin/org/opensearch/alerting/resthandler/AlertingCommentsRestApiIT.kt @@ -5,8 +5,8 @@ package org.opensearch.alerting.resthandler -import org.apache.hc.core5.http.ContentType -import org.apache.hc.core5.http.io.entity.StringEntity +import org.apache.http.entity.ContentType +import org.apache.http.entity.StringEntity import org.opensearch.alerting.AlertingPlugin.Companion.COMMENTS_BASE_URI import org.opensearch.alerting.AlertingRestTestCase import org.opensearch.alerting.makeRequest