Skip to content

Commit

Permalink
Fix: cat the alias we are looking for.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Jul 8, 2024
1 parent 25521f1 commit c203760
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/cat/aliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ chapters:
status: 200
content_type: text/plain
- synopsis: Cat with a json response.
path: /_cat/aliases
path: /_cat/aliases/{name}
parameters:
format: json
name: je*
expand_wildcards: all
local: true
method: GET
response:
status: 200
Expand Down

0 comments on commit c203760

Please sign in to comment.