From 122207c97c9e4ff37b13e8a25540cf075716365f Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Mon, 8 Jul 2024 15:40:31 -0500 Subject: [PATCH] Fix: cat the alias we are looking for. (#381) Signed-off-by: dblock --- tests/cat/aliases.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/cat/aliases.yaml b/tests/cat/aliases.yaml index 5b50563ba..bef1d6bbc 100644 --- a/tests/cat/aliases.yaml +++ b/tests/cat/aliases.yaml @@ -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