Skip to content

Commit

Permalink
fix: jans-linux-setup agama test data file locations (#3313)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Dec 14, 2022
1 parent 6e0c04d commit a39fc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/setup_app/test_data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def load_agama_test_data(self):
target_dir = os.path.join(base.current_app.JansAuthInstaller.agama_root, 'ftl')
base.extract_from_zip(
base.current_app.jans_zip,
'agama/engine/src/test/resources/templates',
'jans-auth-server/agama/engine/src/test/resources/templates',
target_dir
)
self.chown(target_dir, Config.jetty_user, Config.jetty_group, recursive=True)
Expand Down

0 comments on commit a39fc69

Please sign in to comment.