Skip to content

Commit

Permalink
Adjust Assertion Message for 7.13 (#75157)
Browse files Browse the repository at this point in the history
The message here is different in 7.13 from other versions, didn't notice that in the backport.

closes #75145
  • Loading branch information
original-brownbear committed Jul 9, 2021
1 parent 4e32a10 commit 6d2d5bf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1139,9 +1139,7 @@ public void testConcurrentSnapshotAndRepoDelete() throws Exception {
} catch (Exception e) {
assertThat(
e.getMessage(),
containsString(
"trying to modify or unregister repository [test-repo] that is currently used (snapshot deletion is in progress)"
)
containsString("trying to modify or unregister repository that is currently used")
);
}
for (ActionFuture<AcknowledgedResponse> deleteFuture : deleteFutures) {
Expand Down

0 comments on commit 6d2d5bf

Please sign in to comment.