Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 14, 2024
1 parent d7d36d9 commit 477b16b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ async def test_misconfigured_pipeline_is_not_scheduled(
u_id,
p_id,
it,
), params in scheduler._scheduled_pipelines.items(): # noqa: SLF001
) in scheduler._scheduled_pipelines: # noqa: SLF001
assert u_id == user["id"]
assert p_id == sleepers_project.uuid
assert it > 0
Expand Down

0 comments on commit 477b16b

Please sign in to comment.