tests/devices: make PEP8 happy
This commit is contained in:
parent
f633dd9b40
commit
07ca511bd7
@ -103,7 +103,8 @@ class TC_00_DeviceCollection(qubesadmin.tests.QubesTestCase):
|
|||||||
|
|
||||||
def test_020_attach(self):
|
def test_020_attach(self):
|
||||||
self.app.expected_calls[
|
self.app.expected_calls[
|
||||||
('test-vm', 'admin.vm.device.test.Attach', 'test-vm2+dev1', b'')] = \
|
('test-vm', 'admin.vm.device.test.Attach', 'test-vm2+dev1',
|
||||||
|
b'')] = \
|
||||||
b'0\0'
|
b'0\0'
|
||||||
assign = qubesadmin.devices.DeviceAssignment(
|
assign = qubesadmin.devices.DeviceAssignment(
|
||||||
self.app.domains['test-vm2'], 'dev1')
|
self.app.domains['test-vm2'], 'dev1')
|
||||||
|
Loading…
Reference in New Issue
Block a user