Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The unittest.mock module needs to be imported before use. It worked by coincidence for most unit tests, which do import it, but not for integration tests which mostly dont. Fixes: 151010d "Validate default_kernel global property on set" (cherry picked from commit 5b273d5)
- Loading branch information