Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Mar 19, 2024
1 parent 3ea1447 commit 74c6f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy_ng/tests/integration/api/test_api_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
from ..utils.iqe_utils import remove_from_cache


@pytest.mark.min_hub_version("4.6dev")
@pytest.mark.min_hub_version("4.10dev")
@pytest.mark.deployment_standalone
@pytest.mark.skip_in_gw
def test_galaxy_api_root_standalone_no_auth_access(galaxy_client):
"""Test galaxy API root."""

gc = galaxy_client("basic_user")
remove_from_cache("basic_user")
del gc.headers["Authorization"]
# verify api root works without authentication
response = gc.get("")
assert "v3" in response["available_versions"]
assert "pulp-v3" in response["available_versions"]
remove_from_cache("basic_user")


@pytest.mark.min_hub_version("4.6dev")
Expand Down

0 comments on commit 74c6f8e

Please sign in to comment.