Skip to content

Commit

Permalink
Fix: cat the alias we are looking for. (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock authored Jul 8, 2024
1 parent a359a5a commit 122207c
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 122207c

Please sign in to comment.