Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshihitoAso committed Jan 7, 2025
1 parent 1029107 commit 15467eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def override_inject_db_session():
db.execute(text(f'ALTER TABLE "{table.name}" ENABLE TRIGGER ALL;'))
db.commit()
db.close()
db_engine.dispose()

app.dependency_overrides[db_session] = db_session

Expand Down

0 comments on commit 15467eb

Please sign in to comment.