Skip to content
Snippets Groups Projects
Commit 62547b73 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

pep8

parent e88b9e99
Branches
Tags
1 merge request!11merge feature/COMP-152-EC-PROJECTS-TABLE into develop
...@@ -12,6 +12,7 @@ def test_parentorganization_response(client, test_organization_data): ...@@ -12,6 +12,7 @@ def test_parentorganization_response(client, test_organization_data):
jsonschema.validate(result, ORGANIZATION_RESPONSE_SCHEMA) jsonschema.validate(result, ORGANIZATION_RESPONSE_SCHEMA)
assert result assert result
def test_suborganization_response(client, test_organization_data): def test_suborganization_response(client, test_organization_data):
rv = client.get( rv = client.get(
'/api/organization/sub', '/api/organization/sub',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment