tests/devices: make PEP8 happy

This commit is contained in:
Frédéric Pierret (fepitre) 2019-08-06 14:28:44 +02:00
parent f633dd9b40
commit 07ca511bd7
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -103,7 +103,8 @@ class TC_00_DeviceCollection(qubesadmin.tests.QubesTestCase):
def test_020_attach(self):
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'
assign = qubesadmin.devices.DeviceAssignment(
self.app.domains['test-vm2'], 'dev1')