Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit 30d3c8a

Browse files
chore: test that empty fields are retained
1 parent 1101d7d commit 30d3c8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/overlay/testdata/openapi-overlayed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ paths:
8989
type: string
9090
responses:
9191
"200":
92-
description: The api key to use for authenticated endpoints.
92+
description: ""
9393
content:
9494
application/json:
9595
schema:

pkg/overlay/testdata/openapi-strict-onechange.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ paths:
8484
type: string
8585
responses:
8686
"200":
87-
description: The api key to use for authenticated endpoints.
87+
description: ""
8888
content:
8989
application/json:
9090
schema:

pkg/overlay/testdata/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ paths:
8585
type: string
8686
responses:
8787
"200":
88-
description: The api key to use for authenticated endpoints.
88+
description: ""
8989
content:
9090
application/json:
9191
schema:

0 commit comments

Comments
 (0)