mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 18:31:13 -05:00
remove letter rates between tests
we only use them in ft_billing so no reason not to delete them. makes the tests read better as it's obvious how they work too.
This commit is contained in:
@@ -105,7 +105,6 @@ def notify_db_session(notify_db):
|
||||
"service_permission_types",
|
||||
"auth_type",
|
||||
"invite_status_type",
|
||||
"letter_rates",
|
||||
"service_callback_type"]:
|
||||
notify_db.engine.execute(tbl.delete())
|
||||
notify_db.session.commit()
|
||||
|
||||
Reference in New Issue
Block a user