Skip to content

Commit cd5d869

Browse files
committed
chore: update titles for arazzo files
1 parent 9a5fd4a commit cd5d869

20 files changed

Lines changed: 24 additions & 20 deletions

File tree

tests/e2e/respect/cafe-api-with-errors.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.2.0
22
info:
3-
title: Redocly Cafe
3+
title: Redocly Cafe with errors
44
description: >
55
Copy of the Redocly Cafe API description with deliberately wrong response
66
definitions (status codes and content types) used to trigger failing checks
@@ -98,6 +98,8 @@ paths:
9898
example: Latte
9999
- $ref: '#/components/parameters/Limit'
100100
responses:
101+
# Deliberate error: the live API returns 200 with application/json,
102+
# but this file documents 201 with html/text, so the status code check fails.
101103
'201':
102104
description: Successful operation.
103105
content:
@@ -215,6 +217,8 @@ paths:
215217
schema:
216218
type: string
217219
format: binary
220+
# Deliberate error: the live API returns text/plain,
221+
# but this file documents text/csv, so the content-type check fails.
218222
text/csv:
219223
schema:
220224
description: Alternative image text.

tests/e2e/respect/case-insensitive-headers/case-insensitive-headers.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Redocly Cafe API
3+
title: Case insensitive headers
44
description: >-
55
Testing case insensitive headers in workflows
66
version: 1.0.0

tests/e2e/respect/consider-severity-in-next-step-execution/consider-severity-in-next-step-execution.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Redocly Cafe API
3+
title: Consider severity in next step execution
44
version: 1.0.0
55

66
sourceDescriptions:

tests/e2e/respect/inputs-passed-to-step-target-workflow-and-remapped/inputs-passed-to-step-target-workflow-and-remapped.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Test inputs passed to step target workflow
3+
title: Test inputs passed to step target workflow and remapped
44
version: 1.0.0
55
sourceDescriptions:
66
- name: clients

tests/e2e/respect/outputs-access-syntax-variations/outputs-access-syntax-variations.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Redocly Cafe API
3+
title: Outputs access syntax variations
44
description: >-
55
Testing outputs access syntax variations against the Redocly Cafe API.
66
version: 1.0.0

tests/e2e/respect/outputs-in-path-parameters/outputs-in-path-parameters.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Test resolved path parameter rendering in verbose output
3+
title: Outputs in path parameters
44
description: >-
55
Chains a step output into a path parameter and renders the resolved request URL
66
in verbose output.

tests/e2e/respect/server-override-with-console-parameters/server-override-with-console-parameters.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Redocly Cafe API
3+
title: Server override with console parameters
44
description: >-
55
Testing server override with console parameters against the Redocly Cafe API.
66
version: 1.0.0

tests/e2e/respect/severity-error-level/severity-level.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Redocly Cafe API
3+
title: Severity error level
44
description: >-
55
Testing severity levels for failing checks against the Redocly Cafe API
66
described with deliberately wrong response definitions.

tests/e2e/respect/severity-off-level/severity-level.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Redocly Cafe API
3+
title: Severity off level
44
description: >-
55
Testing severity levels for failing checks against the Redocly Cafe API
66
described with deliberately wrong response definitions.

tests/e2e/respect/severity-warn-level/severity-level.arazzo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
arazzo: 1.0.1
22
info:
3-
title: Redocly Cafe API
3+
title: Severity warn level
44
description: >-
55
Testing severity levels for failing checks against the Redocly Cafe API
66
described with deliberately wrong response definitions.

0 commit comments

Comments
 (0)