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