Skip to content

Release v0.6.35

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 20:29

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 and test_check_multi_account.py to set no_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 use ANY for more flexible verification of deployment calls.