Skip to content

Commit

Permalink
Update mocked app config for custos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 2, 2023
1 parent e23b3f8 commit c169add
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/app/authnz/test_custos_authnz.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def setupMocks(self):
self.trans.app.config.enable_oidc = True
self.trans.app.config.oidc = []
self.trans.app.auth_manager.authenticators = []
self.trans.app.config.fixed_delegated_auth = False

@property
def test_id_token(self):
Expand Down

0 comments on commit c169add

Please sign in to comment.