Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Jan 29, 2024
1 parent 8e4e057 commit 6b387ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def the_asset(context):
with instance_for_test() as instance:
result = materialize([the_asset], instance=instance, tags={"key1": "value1"})
assert result.success
assert result.run.tags == {"key1": "value1"}
assert result.dagster_run.tags == {"key1": "value1"}


def test_materialize_partition_key():
Expand Down

0 comments on commit 6b387ff

Please sign in to comment.