From 870da7aa173720fea1256706e37da7ed5fcbcdf0 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sun, 15 Feb 2015 21:19:07 +0100 Subject: [PATCH] don't try to change 2 things using apply_settings in unit test --- tests/test_protection_levels.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: