Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Correct Enum in Wipe Snapshots Test Method (elastic#40422)
* Mistake was made in elastic#39662 * The response deserialized here is `org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsResponse` which uses `org.elasticsearch.snapshots.SnapshotInfo` which uses `org.elasticsearch.snapshots.SnapshotState` and not the shard state
- Loading branch information