Automated release for changes in main branch
Changes in this release:
refactor: update tests to set no_auth configuration and improve proxy handling
- Adjust test cases in
test_check.py
andtest_check_multi_account.py
to setno_auth
to True, ensuring consistent behavior during proxy checks. - Enhance proxy request assertions to include both HTTP and HTTPS protocols.
- Update GCP provider tests to mock
get_client
for better isolation and reliability in tests. - Modify assertions in
test_gcp_start
to useANY
for more flexible verification of deployment calls.