Merge pull request #13903 from dashevchenko/queueStatsTestFix

Fixed flaky test
This commit is contained in:
Viacheslav Klimov 2025-08-21 17:11:08 +03:00 committed by GitHub
commit d4b3b17619
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -953,7 +953,7 @@ public class EntityQueryControllerTest extends AbstractControllerTest {
});
EntityCountQuery countQuery = new EntityCountQuery(entityTypeFilter);
EntityCountQuery countQuery = new EntityCountQuery(entityTypeFilter, keyFilters);
countByQueryAndCheck(countQuery, 97);
}