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

This commit is contained in:
Pavol Rusnak 2015-02-15 21:19:07 +01:00
parent 62aff7a22a
commit 870da7aa17
1 changed files with 1 additions and 1 deletions

View File

@ -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: