Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information