mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 00:14:02 -07:00
remove trailing comma in dict(parameters,) (#10711)
* remove trailing comma in dict(parameters,) * add changelog frag
This commit is contained in:
parent
5eab0f2419
commit
62fa3e6f2b
7 changed files with 28 additions and 20 deletions
|
@ -29,7 +29,7 @@ class TestDatacenterInfoModule(FactsParamsTest):
|
|||
def test_should_get_all_datacenters(self):
|
||||
self.resource.get_all.return_value = {"name": "Data Center Name"}
|
||||
|
||||
self.mock_ansible_module.params = dict(config='config.json',)
|
||||
self.mock_ansible_module.params = dict(config='config.json')
|
||||
|
||||
DatacenterInfoModule().run()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue