Files
bruno/e2e-tests/import-tests/test-data/openapi-malformed.yaml
Pooja de4674dcc4 add: playwright test for import collection modal (#5487)
* add: playwright test for import collection modal
2025-09-03 19:14:08 +05:30

17 lines
350 B
YAML

openapi: 3.0.0
info:
title: Malformed OpenAPI
version: 1.0.0
paths:
/test:
get:
summary: Test endpoint
responses:
'200':
description: Success
# Missing closing quotes and malformed YAML
'400':
description: Bad request
malformed: yaml here
extra: indentation