Skip to content

v0.42.1

Latest
Compare
Choose a tag to compare
@actions-helper actions-helper released this 08 Jul 20:53

v0.42.1 (2024-07-08)

Fix

  • fix: created mock to override file open (#580)

This PR mocks the builtins.open for the
test_that_update_with_new_pattern_succeeds test so that the test doesn't
open and modify the actual secureli.yaml file in the repository

Tested that all tests still pass and that the secureli file is no longer
modified after running tests

Clean Code Checklist

<!-- This is here to support you. Some/most checkboxes may not apply to
your change -->

  • Meets acceptance criteria for issue
  • New logic is covered with automated tests
  • Appropriate exception handling added
  • Thoughtful logging included
  • Documentation is updated
  • Follow-up work is documented in TODOs
  • TODOs have a ticket associated with them
  • No commented-out code included

<!--
Github-flavored markdown reference:
https://docs.github.com/en/get-started/writing-on-github
-->

Co-authored-by: Ian Bowden <ian.bowden@slalom> (525a738)