flake8 the entire repo now that the tests are good 👌

This commit is contained in:
Leo Hemsted
2017-11-28 17:23:50 +00:00
parent 08494ef206
commit 82acec87b6
2 changed files with 2 additions and 3 deletions

View File

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