Skip to content

Commit

Permalink
Remove cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehmassgov committed Nov 27, 2024
1 parent 7596bdc commit 19ebcbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/tests/src/api/agencies_v1/test_agencies_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ def test_agencies_get_default_dates(client, api_auth_token, enable_factory_creat
assert response.status_code == 200
data = response.json["data"]
assert len(data) == 10

# Clean up for subsequent tests?
db_session.query(Agency).delete()
db_session.commit()

0 comments on commit 19ebcbb

Please sign in to comment.