Skip to content

Commit

Permalink
fix(community-edition-setup): opPolicyUri is not set in test data whi…
Browse files Browse the repository at this point in the history
…ch leads to ConfigurationRestWebServiceHttpTest failure #1035
  • Loading branch information
yuriyz committed Feb 20, 2024
1 parent 69e038a commit b29b92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_app/test_data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def load_test_data(self):
'sessionIdRequestParameterEnabled': True,
'skipRefreshTokenDuringRefreshing': False,
'enabledComponents': ['unknown', 'health_check', 'userinfo', 'clientinfo', 'id_generation', 'registration', 'introspection', 'revoke_token', 'revoke_session', 'end_session', 'status_session', 'gluu_configuration', 'ciba', 'uma', 'u2f', 'device_authz', 'stat'],
'opPolicyUri':'https://test.as.org/policy',
'cleanServiceInterval':7200
}

Expand Down

0 comments on commit b29b92c

Please sign in to comment.