Skip to content

Commit 96227f2

Browse files
author
Alan Christie
committed
test: Fix tests
1 parent 0112d04 commit 96227f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_test_api_adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,4 +264,4 @@ def test_create_and_get_instance():
264264
response, _ = utaa.get_instance(instance_id=instance_id)
265265

266266
# Assert
267-
assert response["running_workflow_step"] == "r-workflow-step-000"
267+
assert response["running_workflow_step_id"] == "r-workflow-step-000"

0 commit comments

Comments
 (0)