Skip to content

Commit e712c9f

Browse files
fix the assertion
1 parent 2a6ca83 commit e712c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/qa/security-trial/src/javaRestTest/java/org/elasticsearch/xpack/security/failurestore/FailureStoreSecurityRestIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2157,7 +2157,7 @@ public void testAliasBasedAccess() throws Exception {
21572157

21582158
expectSearch(username, new Search(randomFrom(filteredAliasName + "::data", filteredAliasName)));
21592159
// the alias filter is not applied to the failure store
2160-
expectSearch(username, new Search(filteredAliasName + "::failures"), failuresDocId, otherDataDocId);
2160+
expectSearch(username, new Search(filteredAliasName + "::failures"), failuresDocId, otherFailuresDocId);
21612161
}
21622162

21632163
private void createOrUpdateRoleAndApiKey(String username, String roleName, String roleDescriptor) throws IOException {

0 commit comments

Comments
 (0)