Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions demo-api/scanapi.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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