Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljackson92 committed Jun 24, 2024
1 parent 996f774 commit d0dcc59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def test_db(data_path):
client.create_shots(data_path)
client.create_signals(data_path)
client.create_sources(data_path)
client.create_shot_source_links(data_path)

TestingSessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine)

Expand Down

0 comments on commit d0dcc59

Please sign in to comment.