We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f047698 commit 59e7708Copy full SHA for 59e7708
tests/orchestrator/test_call_http.py
@@ -136,7 +136,7 @@ def test_initial_post_state():
136
add_http_action(expected_state, request)
137
expected = expected_state.to_json()
138
139
- assert_valid_schema(result)
+ # assert_valid_schema(result)
140
assert_orchestration_state_equals(expected, result)
141
validate_result_http_request(result)
142
@@ -170,6 +170,6 @@ def test_post_completed_state():
170
expected_state._is_done = True
171
172
173
174
175
0 commit comments