Skip to content

Commit

Permalink
test with basic_user
Browse files Browse the repository at this point in the history
Issue: AAH-2733
  • Loading branch information
jerabekjiri committed Oct 19, 2023
1 parent 72d040c commit 29e720a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions galaxy_ng/tests/integration/community/test_v1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def test_custom_browsable_format(ansible_config):
assert not isinstance(html.value, dict)
assert "results" in str(html.value)

# test as a github user
config = ansible_config("github_user_1")
# test as a basic user
config = ansible_config("basic_user")
api_client = get_client(
config=config,
request_token=False,
Expand Down

0 comments on commit 29e720a

Please sign in to comment.