mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
start trying to get to 95% coverage
This commit is contained in:
@@ -35,7 +35,7 @@ def test_get_all_organizations(admin_request, notify_db_session):
|
|||||||
|
|
||||||
response = admin_request.get("organization.get_organizations", _expected_status=200)
|
response = admin_request.get("organization.get_organizations", _expected_status=200)
|
||||||
|
|
||||||
assert len(response) == 2
|
assert len(response) == 3
|
||||||
assert (
|
assert (
|
||||||
set(response[0].keys())
|
set(response[0].keys())
|
||||||
== set(response[1].keys())
|
== set(response[1].keys())
|
||||||
|
|||||||
Reference in New Issue
Block a user