mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-17 04:58:50 -04:00
Debugging things is fun.
Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
@@ -26,7 +26,9 @@ from tests.app.db import (
|
||||
|
||||
|
||||
def test_get_all_organizations(admin_request, notify_db_session):
|
||||
create_organization(name="inactive org", active=False, organization_type=OrganizationType.FEDERAL)
|
||||
create_organization(
|
||||
name="inactive org", active=False, organization_type=OrganizationType.FEDERAL
|
||||
)
|
||||
create_organization(name="active org", domains=["example.com"])
|
||||
|
||||
response = admin_request.get("organization.get_organizations", _expected_status=200)
|
||||
|
||||
Reference in New Issue
Block a user