Skip to content
New issue

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

test_download and test_download_with_content_guard fail to recognize validate_token in the URL #1273

Closed
mikedep333 opened this issue Oct 10, 2022 · 0 comments · Fixed by #1272

Comments

@mikedep333
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant