diff --git a/lib/tests/test_storage_upgrade.py b/lib/tests/test_storage_upgrade.py index 3deafba5..1abd4969 100644 --- a/lib/tests/test_storage_upgrade.py +++ b/lib/tests/test_storage_upgrade.py @@ -251,7 +251,7 @@ class TestStorageUpgrade(WalletTestCase): cls.electrum_path = tempfile.mkdtemp() config = SimpleConfig({'electrum_path': cls.electrum_path}) - gui_name = 'qt' + gui_name = 'cmdline' # TODO it's probably wasteful to load all plugins... only need Trezor Plugins(config, True, gui_name)