Skip to content

Commit

Permalink
Institution id change for Yale Law School: yalelaw -> yls
Browse files Browse the repository at this point in the history
  • Loading branch information
cslzchen committed Jun 15, 2023
1 parent 0101e44 commit 300032c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/institutions/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
'criteria_action': SsoFilterCriteriaAction.EQUALS_TO.value,
'criteria_value': 'http://directory.manchester.ac.uk/epe/3rdparty/osf',
},
'yalelaw': {
'yls': {
'criteria_action': SsoFilterCriteriaAction.IN.value,
'criteria_value': ['Yes', 'yes', 'y'],
},
Expand Down
2 changes: 1 addition & 1 deletion api_tests/institutions/views/test_institution_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def institution_selective_type_1():
@pytest.fixture()
def institution_selective_type_2():
institution = InstitutionFactory()
institution._id = 'yalelaw'
institution._id = 'yls'
institution.save()
return institution

Expand Down

0 comments on commit 300032c

Please sign in to comment.