a_module test: fix crash in case of tombstoning (#3660)

* Fix crash in case of tombstoning.

* Extend tests.
This commit is contained in:
Felix Fontein 2021-11-04 08:29:17 +01:00 committed by GitHub
commit c23bbb5c4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 8 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "a_module test plugin - fix crash when testing a module name that was tombstoned (https://github.com/ansible-collections/community.general/pull/3660)."