Skip to content

Commit

Permalink
fix test on TestPartnerOrganizationDetailSerializer
Browse files Browse the repository at this point in the history
  • Loading branch information
emaciupe committed Apr 25, 2023
1 parent 08e15a9 commit d6913b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etools/applications/partners/tests/test_serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,5 +761,5 @@ def test_retrieve(self):
self.assertEquals(len(data['staff_members']), 2)
self.assertCountEqual(data['staff_members'][0].keys(), [
'active', 'created', 'email', 'first_name', 'id',
'last_name', 'modified', 'phone', 'title'
'last_name', 'modified', 'phone', 'title', 'has_active_realm'
])

0 comments on commit d6913b6

Please sign in to comment.