Modify formatting in response to black update

This commit is contained in:
Alan Rominger
2021-04-26 10:51:27 -04:00
parent 0bdd873bd3
commit 67f7998ab9
10 changed files with 18 additions and 18 deletions

View File

@@ -79,7 +79,7 @@ def test_filterable_fields(options, instance, admin_user):
@pytest.mark.django_db
def test_handle_content_type(post, admin):
''' Tower should return 415 when wrong content type is in HTTP requests '''
'''Tower should return 415 when wrong content type is in HTTP requests'''
post(reverse('api:project_list'), {'name': 't', 'organization': None}, admin, content_type='text/html', expect=415)