Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer G. Jones <[email protected]>
  • Loading branch information
mispencer committed Oct 16, 2024
1 parent 1472de6 commit b18145d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/snapshot/snapshot/restore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ epilogues:
- path: /stories
method: DELETE
status: [200, 404]
- path: /new_stories
- path: /renamed_stories
method: DELETE
status: [200, 404]
prologues:
Expand All @@ -46,9 +46,9 @@ prologues:
request:
payload:
actions:
- add:
index: "stories"
alias: "stories_alias"
- add:
index: stories
alias: stories_alias
- path: /_snapshot/{repository}/{snapshot}
method: PUT
parameters:
Expand Down Expand Up @@ -130,7 +130,7 @@ chapters:
payload:
indices: stories
rename_pattern: stories
rename_replacement: new_stories
rename_replacement: renamed_stories
response:
status: 200
payload:
Expand All @@ -148,7 +148,7 @@ chapters:
indices: stories
include_aliases: true
rename_alias_pattern: stories
rename_alias_replacement: new_stories
rename_alias_replacement: renamed_stories
response:
status: 200
payload:
Expand Down

0 comments on commit b18145d

Please sign in to comment.