Skip to content

Commit

Permalink
Improve test
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Oct 27, 2021
1 parent 8093ff6 commit f2942bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flytekit/integration/remote/test_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def test_execute_with_default_launch_plan(flyteclient, flyte_workflows_register,
parent_wf._name = parent_wf.name.replace("mock_flyte_repo.", "")

remote = FlyteRemote.from_config(PROJECT, "development")
execution = remote.execute(parent_wf, {"a": 101}, version=f"v{VERSION}", wait=True)
execution = remote.execute(parent_wf, {"a": 101}, wait=True)
# check node execution inputs and outputs
assert execution.node_executions["n0"].inputs == {"a": 101}
assert execution.node_executions["n0"].outputs == {"t1_int_output": 103, "c": "world"}
Expand Down

0 comments on commit f2942bb

Please sign in to comment.