From 77cdd703a4dfafade6540ec92e19ac8efeae3e7e Mon Sep 17 00:00:00 2001 From: Thomas Carmet <8408330+tcarmet@users.noreply.github.com> Date: Fri, 19 Jul 2024 15:37:48 -0700 Subject: [PATCH] Fixing ghec open api schema (#650) --- tests/images/github-mock/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/images/github-mock/Dockerfile b/tests/images/github-mock/Dockerfile index 5973280e..5fc45921 100644 --- a/tests/images/github-mock/Dockerfile +++ b/tests/images/github-mock/Dockerfile @@ -15,7 +15,7 @@ RUN curl https://github.com/stoplightio/prism/releases/download/${PRISM_VERSION} WORKDIR /app -RUN curl -O -L https://raw.githubusercontent.com/github/rest-api-description/main/descriptions/ghec/ghec.2022-11-28.json +RUN curl -O -L https://raw.githubusercontent.com/github/rest-api-description/a2f6c1ddb1840778cf7a4119c4446d697f77500e/descriptions/ghec/ghec.2022-11-28.json # There's a misconfiguration in the openapi file, we are going to replace the following strings: # - "server-statistics-actions.yaml" -> "#/components/schemas/server-statistics-actions"