Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 12, 2024
1 parent 9c5e17f commit 1fddfe7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2878,11 +2878,11 @@ def test_asset_backfill_not_complete_until_retries_complete(
error_info=None,
level="debug",
user_message="",
run_id=run.run_id,
run_id=retried_run.run_id,
timestamp=time.time(),
dagster_event=DagsterEvent(
event_type_value=DagsterEventType.RUN_SUCCESS.value,
job_name=run.job_name,
job_name=retried_run.job_name,
),
)
)
Expand Down

0 comments on commit 1fddfe7

Please sign in to comment.