From edd5d6dd568ca7aaf6fd8cc350f68cdbe21318d6 Mon Sep 17 00:00:00 2001 From: Kim Tsao Date: Mon, 4 Nov 2024 19:32:43 -0500 Subject: [PATCH] chore(fix): update petstore url to fix tests Signed-off-by: Kim Tsao --- catalog-entities/apis/petstore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-entities/apis/petstore.yaml b/catalog-entities/apis/petstore.yaml index 4489499a84..a28437abe0 100644 --- a/catalog-entities/apis/petstore.yaml +++ b/catalog-entities/apis/petstore.yaml @@ -19,4 +19,4 @@ spec: owner: janus-authors lifecycle: production definition: - $openapi: https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/petstore.yaml + $openapi: https://github.com/OAI/OpenAPI-Specification/blob/main/tests/v3.0/pass/petstore.yaml