Skip to content

Commit 7d1dd3e

Browse files
fix failing test ::data is not allowed
1 parent bc0a5b5 commit 7d1dd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private void testSearchingUnauthorizedIndices(
181181
boolean ccsMinimizeRoundtrips
182182
) {
183183
// try searching remote index for which user has no access
184-
final String indexToSearch = randomFrom("other1", "other1::data", otherBackingFailureIndexName, otherBackingDataIndexName);
184+
final String indexToSearch = randomFrom("other1", otherBackingFailureIndexName, otherBackingDataIndexName);
185185
final ResponseException exception = expectThrows(
186186
ResponseException.class,
187187
() -> performRequestWithUser(

0 commit comments

Comments
 (0)