forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix exception check in RecoveryRequestTrackerTests (elastic#57493)
Currently we check that exceptions are the same in the recovery request tracker test. This is inconsistent because the future wraps the exception in a new instance. This commit fixes the test by comparing a random exception message. Fixes elastic#57199
- Loading branch information
1 parent
fe2eaf0
commit 9eaee3d
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters