Skip to content

Commit

Permalink
Add session commit
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Oct 22, 2024
1 parent bf2d26b commit 7519fd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api_fastapi/core_api/routes/public/test_dag_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def _create_dag_runs(self, session):
state="success",
)
session.add_all((dag_1_run_1, dag_1_run_2, dag_2_run_1, dag_3_run_1))
session.commit()


class TestGetDagStats(TestDagStatsEndpoint):
Expand Down

0 comments on commit 7519fd1

Please sign in to comment.