Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Jul 19, 2024
1 parent ba246ce commit 801d8b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_deployments.py
Original file line number Diff line number Diff line change
Expand Up @@ -1627,4 +1627,6 @@ def pretend_flow():
result = await load_flow_from_flow_run(flow_run, client=prefect_client)

assert result == pretend_flow
load_flow_from_entrypoint.assert_called_once_with("my.module.pretend_flow")
load_flow_from_entrypoint.assert_called_once_with(
"my.module.pretend_flow", True
)

0 comments on commit 801d8b3

Please sign in to comment.