Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jan 20, 2025
1 parent 604d29d commit 874597b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional_tests/workflow_stack_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ def workflow(a, b):
workflow_result = rm.get_result(dispatch_id, wait=True)

node_res = workflow_result.get_node_result(0)
assert node_res["stderr"] == ""
assert node_res["error"] == ""
print("TEST-DEBUG: ", node_res["stderr"])
print("TEST-DEBUG: ", node_res["error"])
assert workflow_result.error is None
assert workflow_result.status == Result.COMPLETED
assert workflow_result.result == 3
Expand Down

0 comments on commit 874597b

Please sign in to comment.