mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
[PR #10711/62fa3e6f backport][stable-11] remove trailing comma in dict(parameters,) (#10724)
remove trailing comma in dict(parameters,) (#10711)
* remove trailing comma in dict(parameters,)
* add changelog frag
(cherry picked from commit 62fa3e6f2b)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user