From a5eba1b74ea2923df2122b34be165e637abf6d51 Mon Sep 17 00:00:00 2001 From: Joaolpridolficarvalho Date: Sat, 22 Aug 2026 16:38:05 -0300 Subject: [PATCH] update (demo-api/scanapi.yaml): remove response time test It fixes the run-examples workflow in the scanapi repository. --- demo-api/scanapi.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/demo-api/scanapi.yaml b/demo-api/scanapi.yaml index 43450ec..5402988 100644 --- a/demo-api/scanapi.yaml +++ b/demo-api/scanapi.yaml @@ -1,6 +1,7 @@ endpoints: - name: snippets-api - path: ${BASE_URL} + path: "https://demo-api.fly.dev/api/v1/" + headers: Content-Type: application/json requests: @@ -20,7 +21,7 @@ endpoints: tests: - !include tests/status_code_is_200.yaml - !include tests/key_in_content.yaml - - !include tests/response_time_2_seconds.yaml + endpoints: - !include snippets.yaml - !include users.yaml