Skip to content

Commit

Permalink
fix: jans-linux-setup save test_client_id to setup.properties (#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Feb 13, 2023
1 parent 08329e1 commit d1d898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/setup_app/installers/jans.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def create_test_client(self):

self.dbUtils.import_ldif([ldif_fn])

Config.test_client_id = base.argsp.test_client_id
Config.test_client_id = client_id
Config.test_client_pw = client_pw
Config.test_client_pw_encoded = encoded_pw
Config.test_client_redirect_uri = redirect_uri
Expand Down

0 comments on commit d1d898c

Please sign in to comment.