Skip to content

Commit

Permalink
start trying to get to 95% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Nov 11, 2024
1 parent faf7062 commit fe2a5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/app/organization/test_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_get_all_organizations(admin_request, notify_db_session):

response = admin_request.get("organization.get_organizations", _expected_status=200)

assert len(response) == 3
assert len(response) == 2
assert (
set(response[0].keys())
== set(response[1].keys())
Expand Down

0 comments on commit fe2a5a3

Please sign in to comment.