diff --git a/tests/test_protection_levels.py b/tests/test_protection_levels.py index 480051f..2fcd353 100644 --- a/tests/test_protection_levels.py +++ b/tests/test_protection_levels.py @@ -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: