From 2238524a7b9ab8f45c65919c1b211cf24f77c920 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 22 Mar 2021 12:09:43 +0100 Subject: [PATCH] Update review_checklist.md Co-authored-by: Amin Vakil --- review_checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/review_checklist.md b/review_checklist.md index 7ea090f..ca3e144 100644 --- a/review_checklist.md +++ b/review_checklist.md @@ -27,7 +27,7 @@ When reviewing, keep in mind that we follow [Ansible Code of Conduct](https://do - [ ] the pull request has integration tests - [ ] the pull request has unit tests - [ ] all changes are covered -- [ ] integration tests also cover `check_mode` +- [ ] integration tests also cover `check_mode` (if it is supported) - [ ] integration tests check an actual state of the system, not only what the module reports (for example, if the module change a file, check that the file was actually changed by using the `ansible.builtin.stat` module) **Other**