Skip to content

Commit

Permalink
Merge branch 'hotfix/23.08.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Jun 15, 2023
2 parents b8f5c54 + 300032c commit 454a9ac
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 454a9ac

Please sign in to comment.