mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -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)
|
||||
|
||||
assert len(response) == 2
|
||||
assert len(response) == 3
|
||||
assert (
|
||||
set(response[0].keys())
|
||||
== set(response[1].keys())
|
||||
|
||||
Reference in New Issue
Block a user