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 0112d04 commit 96227f2Copy full SHA for 96227f2
tests/test_test_api_adapter.py
@@ -264,4 +264,4 @@ def test_create_and_get_instance():
264
response, _ = utaa.get_instance(instance_id=instance_id)
265
266
# Assert
267
- assert response["running_workflow_step"] == "r-workflow-step-000"
+ assert response["running_workflow_step_id"] == "r-workflow-step-000"
0 commit comments