mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
Refactor tests
This commit is contained in:
9
tests/import/test-data/openapi-missing-info.yaml
Normal file
9
tests/import/test-data/openapi-missing-info.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
openapi: 3.0.0
|
||||
# Missing required info section
|
||||
paths:
|
||||
/test:
|
||||
get:
|
||||
summary: Test endpoint
|
||||
responses:
|
||||
'200':
|
||||
description: Success
|
||||
Reference in New Issue
Block a user