We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the following tests run: ./pulp_ansible/tests/functional/api/collection/v3/test_content_guard.py test_download test_download_with_content_guard
test_download
test_download_with_content_guard
They test for ?validate_token token in the URL.
?validate_token
However, that is now the 2nd argument in the URL, not the 1st. So it is &validate_token instead.
&validate_token
So the latter tests fail, even it should succeed.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When the following tests run:
./pulp_ansible/tests/functional/api/collection/v3/test_content_guard.py
test_download
test_download_with_content_guard
They test for
?validate_token
token in the URL.However, that is now the 2nd argument in the URL, not the 1st. So it is
&validate_token
instead.So the latter tests fail, even it should succeed.
The text was updated successfully, but these errors were encountered: