Skip to content

Commit

Permalink
move test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Sep 21, 2023
1 parent 7a826ea commit 889a4af
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,9 @@ def non_asset_op(context):
) as context:
my_asset(context)

with build_op_context(
partition_key="2023-02-02",
) as context:
with pytest.raises(DagsterInvalidPropertyError, match="does not have an assets definition"):
non_asset_op(context)

Expand Down

0 comments on commit 889a4af

Please sign in to comment.