Skip to content

Commit

Permalink
Merge branch 'ENG-5604' into feature/python-upgrade
Browse files Browse the repository at this point in the history
[ENG-5604]
Closes #10616
  • Loading branch information
cslzchen committed May 15, 2024
2 parents 4c56131 + 0da3db1 commit 1cd73ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_auth_bad_bearer_token(self, mock_cas_client):
mock_cas_client.return_value = mock.Mock(profile=mock.Mock(return_value=cas.CasResponse(authenticated=False)))
url = self.build_url()
res = self.app.get(url, headers={'Authorization': 'Bearer invalid_access_token'}, )
assert res.status_code == 401
assert res.status_code == 403

def test_action_render_marks_version_as_seen(self):
noncontrib = AuthUserFactory()
Expand Down

0 comments on commit 1cd73ad

Please sign in to comment.