the last of the fixes

This commit is contained in:
Alex Stephen 2020-08-05 17:48:31 -07:00
parent 2abb508e2d
commit ab270a08dc
3 changed files with 6 additions and 3 deletions

View file

@ -24,6 +24,8 @@ from ansible_collections.google.cloud.plugins.module_utils.gcp_utils import (Gcp
remove_nones_from_dict,
replace_resource_dict)
__metaclass__ = type
class ReplaceResourceDictTestCase(unittest.TestCase):
def test_given_dict(self):