From 14fc8f94221af2e00516c94e39deb9239704c6f9 Mon Sep 17 00:00:00 2001 From: Prabhas Kurapati Date: Mon, 15 Jul 2024 20:07:19 -0700 Subject: [PATCH] fix test errors Signed-off-by: Prabhas Kurapati --- .../opensearch/security/api/FlushCacheApiIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrationTest/java/org/opensearch/security/api/FlushCacheApiIntegrationTest.java b/src/integrationTest/java/org/opensearch/security/api/FlushCacheApiIntegrationTest.java index 048078badb..89b7344631 100644 --- a/src/integrationTest/java/org/opensearch/security/api/FlushCacheApiIntegrationTest.java +++ b/src/integrationTest/java/org/opensearch/security/api/FlushCacheApiIntegrationTest.java @@ -50,7 +50,7 @@ public void testFlushCache() throws Exception { assertThat( deleteUserCacheResponse.getBody(), deleteAllCacheResponse.getTextFromJsonBody("/message"), - is("Cache invalidated for user: " + TEST_USER) + is("Cache flushed successfully.") ); }); }