mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
flake8 the entire repo now that the tests are good 👌
This commit is contained in:
@@ -308,7 +308,7 @@ def test_should_be_able_to_get_all_templates_for_a_service(client, sample_user,
|
||||
assert update_json_resp['data'][1]['created_at']
|
||||
|
||||
|
||||
def test_should_get_only_templates_for_that_service(admin_request, notify_db_sesision):
|
||||
def test_should_get_only_templates_for_that_service(admin_request, notify_db_session):
|
||||
service_1 = create_service(service_name='service_1')
|
||||
service_2 = create_service(service_name='service_2')
|
||||
id_1 = create_template(service_1).id
|
||||
|
||||
Reference in New Issue
Block a user