mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Reformat everything.
This commit is contained in:
@@ -37,6 +37,10 @@ class TestLookupModule(TestCase):
|
||||
self.lookup.run(
|
||||
["/dummy"],
|
||||
[],
|
||||
**{"tenant": "dummy", "client_id": "dummy", "client_secret": "dummy", }
|
||||
**{
|
||||
"tenant": "dummy",
|
||||
"client_id": "dummy",
|
||||
"client_secret": "dummy",
|
||||
},
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user