Skip to content

Commit

Permalink
org tests
Browse files Browse the repository at this point in the history
  • Loading branch information
perryr16 committed Apr 26, 2024
1 parent b87c085 commit 059a028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seed/tests/test_account_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def test_dict_org_w_member_in_parent_and_child(self):
"ubid_threshold": 1.0,
"inventory_count": 0,
"public_feed_enabled": False,
"public_feed_labels": False,
}
],
"is_parent": True,
Expand Down Expand Up @@ -216,6 +217,7 @@ def test_dict_org_w_member_in_parent_and_child(self):
"inventory_count": 0,
"access_level_names": ["my org"],
"public_feed_enabled": False,
"public_feed_labels": False,
}

org_payload = _dict_org(self.fake_request, Organization.objects.all())
Expand Down

0 comments on commit 059a028

Please sign in to comment.