Skip to content

Commit

Permalink
Remove trailing slash from prefix for galaxyproject/galaxy#17428
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Feb 6, 2024
1 parent 474f919 commit 9f73ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def test_cmd_restart_with_update(state_dir, galaxy_yml, startup_config, free_por
assert result.exit_code == 0, result.output
start_instance(state_dir, galaxy_yml, free_port)
# change prefix
prefix = '/galaxypf/'
prefix = '/galaxypf'
startup_config['galaxy']['galaxy_url_prefix'] = prefix
galaxy_yml.write(json.dumps(startup_config))
result = runner.invoke(galaxyctl, ['--config-file', str(galaxy_yml), 'restart'])
Expand Down

0 comments on commit 9f73ede

Please sign in to comment.