Skip to content

Commit

Permalink
fix error message in test.
Browse files Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <[email protected]>
  • Loading branch information
Rishikesh1159 committed Jan 16, 2024
1 parent 9554273 commit 4d7f915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ public void testRestoreSearchableSnapshotWithIndexStoreTypeThrowsException() thr
assertThat(
error.getMessage(),
containsString(
"cannot restore remote snapshot with \"index.store.type\" argument. Instead use \"storage_type\": \"remote_snapshot\" as argument to restore."
"cannot restore remote snapshot with index settings \"index.store.type\" set to \"remote_snapshot\". Instead use \"storage_type\": \"remote_snapshot\" as argument to restore."
)
);
}
Expand Down

0 comments on commit 4d7f915

Please sign in to comment.