-
Notifications
You must be signed in to change notification settings - Fork 350
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
Fix assertion way to check the AZ group_name attribute #2496
Fix assertion way to check the AZ group_name attribute #2496
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 02s |
It's broken our integration tests too. I suspect Amazon's changed their APIs again. Yay |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 5m 34s |
5f0fa1d
into
ansible-collections:main
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #2498 🤖 @patchback |
SUMMARY Fix downstream integration test assertion failures when checking the AZ group_name attribute, update assetion to use startswith instead of equal. ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_az_info integration test target ADDITIONAL INFORMATION Reviewed-by: Mark Chappell (cherry picked from commit 5f0fa1d)
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #2499 🤖 @patchback |
SUMMARY Fix downstream integration test assertion failures when checking the AZ group_name attribute, update assetion to use startswith instead of equal. ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_az_info integration test target ADDITIONAL INFORMATION Reviewed-by: Mark Chappell (cherry picked from commit 5f0fa1d)
This is a backport of PR #2496 as merged into main (5f0fa1d). SUMMARY Fix downstream integration test assertion failures when checking the AZ group_name attribute, update assetion to use startswith instead of equal. ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_az_info integration test target ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
This is a backport of PR #2496 as merged into main (5f0fa1d). SUMMARY Fix downstream integration test assertion failures when checking the AZ group_name attribute, update assetion to use startswith instead of equal. ISSUE TYPE Bugfix Pull Request COMPONENT NAME aws_az_info integration test target ADDITIONAL INFORMATION Reviewed-by: Mark Chappell
SUMMARY
Fix downstream integration test assertion failures when checking the AZ group_name attribute,
update assetion to use
startswith
instead ofequal
.ISSUE TYPE
COMPONENT NAME
aws_az_info integration test target
ADDITIONAL INFORMATION