Skip to content

Commit

Permalink
added retry to correct place
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Dec 18, 2024
1 parent 92900e6 commit 24134bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/snapshot/snapshot/status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ chapters:
payload:
snapshots:
- snapshot: my-test-snapshot
retry:
count: 3
wait: 30000
- synopsis: Get status of all running snapshots in specific repository.
path: /_snapshot/{repository}/_status
method: GET
Expand All @@ -56,6 +53,9 @@ chapters:
payload:
snapshots:
- snapshot: my-test-snapshot
retry:
count: 3
wait: 30000
- synopsis: Get status of specific snapshot in specific repository.
path: /_snapshot/{repository}/{snapshot}/_status
method: GET
Expand Down

0 comments on commit 24134bc

Please sign in to comment.