From e4532d381b90562cf8400b43d93daaf66dd61868 Mon Sep 17 00:00:00 2001 From: Craig Perkins Date: Fri, 3 Nov 2023 16:48:16 -0400 Subject: [PATCH] Validate requests are not impacted during security cache invalidation Signed-off-by: Craig Perkins --- .../java/org/opensearch/security/http/AsyncTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrationTest/java/org/opensearch/security/http/AsyncTests.java b/src/integrationTest/java/org/opensearch/security/http/AsyncTests.java index ee46fb3905..be2c7ab0c2 100644 --- a/src/integrationTest/java/org/opensearch/security/http/AsyncTests.java +++ b/src/integrationTest/java/org/opensearch/security/http/AsyncTests.java @@ -12,7 +12,7 @@ import com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope; -import org.apache.hc.core5.http.HttpStatus; +import org.apache.http.HttpStatus; import org.junit.ClassRule; import org.junit.Test; import org.junit.runner.RunWith;