mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
apparently fixing black's pylint breakage... breaks black. cool.
This commit is contained in:
parent
78609a236d
commit
b49f1374f3
1 changed files with 1 additions and 3 deletions
|
@ -160,9 +160,7 @@ class GCETestCase(TestCase, LoaderModuleMockMixin):
|
|||
Test requesting an instance with GCE accelerators
|
||||
"""
|
||||
|
||||
self.vm_.update(
|
||||
{"ex_accelerator_type": "foo", "ex_accelerator_count": 42}
|
||||
)
|
||||
self.vm_.update({"ex_accelerator_type": "foo", "ex_accelerator_count": 42})
|
||||
call_kwargs = {
|
||||
"ex_disk_type": "pd-standard",
|
||||
"ex_metadata": {"items": [{"value": None, "key": "salt-cloud-profile"}]},
|
||||
|
|
Loading…
Add table
Reference in a new issue