Skip to content

Commit 4313760

Browse files
committed
Nit
1 parent 126d752 commit 4313760

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/RemoteClusterSecurityDataStreamEsqlIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public class RemoteClusterSecurityDataStreamEsqlIT extends AbstractRemoteCluster
107107
NODE2_RCS_SERVER_ENABLED.set(randomBoolean());
108108
})).around(fulfillingCluster).around(queryCluster);
109109

110-
public void testDataStreamWithDls() throws Exception {
110+
public void testDataStreamsWithDls() throws Exception {
111111
configureRemoteCluster();
112112
createDataStream();
113113
MapMatcher twoResults = matchesMap().extraOk().entry("values", matchesList().item(matchesList().item(2)));

0 commit comments

Comments
 (0)