Skip to content

Commit a5a38ff

Browse files
committed
integ test bugfix
1 parent f0312da commit a5a38ff

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster

1 file changed

+2
-2
lines changed

x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster/CcsSlowLogRestIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ public void testCrossClusterSlowLogAuthenticationContext() throws Exception {
195195
"user.name",
196196
"slow_log_test_user", // Original user from querying cluster
197197
"user.realm",
198-
"default_native", // User's realm on querying cluster
198+
"_es_api_key", // User's realm on querying cluster
199199
"user.full_name",
200-
"Slow Log Test User", // User's full name
200+
"Slow Log Test User",
201201
"auth.type",
202202
"API_KEY", // Authentication type
203203
"apikey.id",

0 commit comments

Comments
 (0)