mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-27 01:48:17 +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.PinMatrixRequest(),
|
||||||
proto.Success(),
|
proto.Success(),
|
||||||
proto.Features()]) # TrezorClient reinitializes device
|
proto.Features()]) # TrezorClient reinitializes device
|
||||||
self.client.apply_settings('nazdar', 'english')
|
self.client.apply_settings(label='nazdar')
|
||||||
|
|
||||||
def test_change_pin(self):
|
def test_change_pin(self):
|
||||||
with self.client:
|
with self.client:
|
||||||
|
Loading…
Reference in New Issue
Block a user