From 29e720a7cc027e94b9e268124a29f6c458c0675b Mon Sep 17 00:00:00 2001 From: jerabekjiri Date: Thu, 19 Oct 2023 13:46:37 +0200 Subject: [PATCH] test with basic_user Issue: AAH-2733 --- galaxy_ng/tests/integration/community/test_v1_api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy_ng/tests/integration/community/test_v1_api.py b/galaxy_ng/tests/integration/community/test_v1_api.py index c6e69691f5..dac5e2c5d9 100644 --- a/galaxy_ng/tests/integration/community/test_v1_api.py +++ b/galaxy_ng/tests/integration/community/test_v1_api.py @@ -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,