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:
Leo Hemsted
2019-04-03 15:34:02 +01:00
parent 9f1f858997
commit 28bff28786
4 changed files with 18 additions and 9 deletions

View File

@@ -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()