Skip to content

Commit e0735d9

Browse files
committed
chore: polish e2e arazzo files
1 parent 805c386 commit e0735d9

File tree

6 files changed

+0
-14
lines changed

6 files changed

+0
-14
lines changed

__tests__/respect/inputs-with-cli-and-env/inputs-with-cli-and-env.arazzo.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,3 @@ workflows:
9898
- context: $response.body
9999
condition: $.name == 'Mermaid Treasure Identification and Analysis'
100100
type: jsonpath
101-
outputs:
102-
createdEventId: $response.body#/eventId
103-
name: $response.body#/name

__tests__/respect/mask-input-secrets/mask-input-secrets.arazzo.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,3 @@ workflows:
113113
- context: $response.body
114114
condition: $.name == 'Mermaid Treasure Identification and Analysis'
115115
type: jsonpath
116-
outputs:
117-
createdEventId: $response.body#/eventId
118-
name: $response.body#/name

__tests__/respect/server-override-with-console-parameters/server-override-with-console-parameters.arazzo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ workflows:
4141
description: >-
4242
Request the list of events.
4343
operationPath: '{$sourceDescriptions.museum-api.url}#/paths/~1special-events/get'
44-
outputs:
45-
events: $response.body

__tests__/respect/severity-error-level/severity-level.arazzo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ workflows:
8585
type:
8686
type: jsonpath
8787
version: draft-goessner-dispatch-jsonpath-00
88-
outputs:
89-
updatedEventId: $response.body#/eventId

__tests__/respect/severity-off-level/severity-level.arazzo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ workflows:
8585
type:
8686
type: jsonpath
8787
version: draft-goessner-dispatch-jsonpath-00
88-
outputs:
89-
updatedEventId: $response.body#/eventId

__tests__/respect/severity-warn-level/severity-level.arazzo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ workflows:
8585
type:
8686
type: jsonpath
8787
version: draft-goessner-dispatch-jsonpath-00
88-
outputs:
89-
updatedEventId: $response.body#/eventId

0 commit comments

Comments
 (0)