don't try to change 2 things using apply_settings in unit test

pull/1/head
Pavol Rusnak 9 years ago
parent 62aff7a22a
commit 870da7aa17

@ -20,7 +20,7 @@ class TestProtectionLevels(common.TrezorTest):
proto.PinMatrixRequest(),
proto.Success(),
proto.Features()]) # TrezorClient reinitializes device
self.client.apply_settings('nazdar', 'english')
self.client.apply_settings(label='nazdar')
def test_change_pin(self):
with self.client:

Loading…
Cancel
Save