mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-26 17:38:39 +00:00
don't try to change 2 things using apply_settings in unit test
This commit is contained in:
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…
Reference in New Issue
Block a user