Fixing linting/doc issues

This commit is contained in:
John Westcott IV
2020-09-24 13:33:35 -04:00
parent 4a4e62e035
commit a9ea2523c9
2 changed files with 5 additions and 5 deletions

View File

@@ -26,4 +26,3 @@ def test_create_application(run_module, admin_user):
application = OAuth2Application.objects.get(name='foo_app')
assert application.description == 'barfoo'
assert application.organization_id == org.id