Skip to content

Commit

Permalink
Merge branch 'develop' into feature/access-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeseibel committed Mar 8, 2024
2 parents b108dad + a1a2500 commit 77c8fc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion endorsement/services/office365student.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def shared_params(self):
"""
return {
'roles': ['owner', 'owner-admin'],
'types': ['shared'],
'types': ['shared', 'support'],
'excluded_categories': [
Category.ALTID_SHARED_CLINICAL_1]
}
Expand Down
2 changes: 1 addition & 1 deletion endorsement/test/services/test_office365student.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_shared(self):
self.assertTrue(data['endorser']['netid'] == 'jstaff')

endorsible, endorsed = self.get_shared(data)
self.assertEquals(len(endorsible), 7)
self.assertEquals(len(endorsible), 10)
self.assertEquals(len(endorsed), 1)
self.assertTrue('cpnebeng' in endorsible)
self.assertTrue('phil123' in endorsible)
Expand Down

0 comments on commit 77c8fc9

Please sign in to comment.