Skip to content

Commit bbb75d8

Browse files
committed
feat: adjusted tests to latest definition parameter names
1 parent c007013 commit bbb75d8

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

flows/01_return_object.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"input": null,
77
"expected_result": {
8-
"status_code": 200,
8+
"http_status_code": 200,
99
"headers": {
1010
"Header": "X"
1111
},

flows/02_return_flow_input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"input": null,
77
"expected_result": {
8-
"status_code": 200,
8+
"http_status_code": 200,
99
"headers": {
1010
"Authentication": "X"
1111
},
@@ -23,7 +23,7 @@
2323
]
2424
},
2525
"expected_result": {
26-
"status_code": 200,
26+
"http_status_code": 200,
2727
"headers": {
2828
"Authentication": "X"
2929
},

flows/04_example_action.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
{
66
"input": null,
77
"expected_result": {
8-
"status_code": 200,
9-
"headers": {
10-
"Header": "X"
11-
},
12-
"payload": "Hello World"
8+
"message": "Remote runtime not configured",
9+
"name": "RemoteRuntimeNotConfigured"
1310
}
1411
}
1512
],

0 commit comments

Comments
 (0)