Skip to content

Commit

Permalink
correcting path to repository in snapshot tests
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 c7d77da commit 2e99c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/snapshot/snapshot/snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ epilogues:
method: DELETE
status: [200, 404]
parameters:
repository: my-sn-repository
repository: my-fs-repository
snapshot: my-second-snapshot
- path: /_snapshot/{repository}
method: DELETE
Expand Down Expand Up @@ -76,7 +76,7 @@ chapters:
path: /_snapshot/{repository}/{snapshot}
method: POST
parameters:
repository: my-sn-repository
repository: my-fs-repository
snapshot: my-second-snapshot
wait_for_completion: true
request:
Expand All @@ -102,7 +102,7 @@ chapters:
path: /_snapshot/{repository}/{snapshot}
method: GET
parameters:
repository: my-sn-repository
repository: my-fs-repository
snapshot: my-second-snapshot
human: true
response:
Expand Down

0 comments on commit 2e99c9a

Please sign in to comment.