Skip to content

Commit

Permalink
galaxykit server version
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Feb 28, 2024
1 parent 9a67805 commit 56cb93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxy_ng/tests/integration/utils/iqe_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def get_hub_version(ansible_config):
gw_root_url = ansible_config("admin").get("gw_root_url")
gc = GalaxyClient(galaxy_root="foo", auth={"username": username, "password": password},
gw_auth=True, https_verify=False, gw_root_url=gw_root_url)
galaxy_ng_version = gc.get(gc.gw_galaxy_url)["galaxy_ng_version"]
galaxy_ng_version = gc.get_server_version()
return galaxy_ng_version
else:
if is_standalone():
Expand Down

0 comments on commit 56cb93a

Please sign in to comment.