mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
follow-up of prev commit: fix travis build (take 2)
This commit is contained in:
parent
3fe2af242e
commit
d5dcdb01dd
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ class TestStorageUpgrade(WalletTestCase):
|
||||||
cls.electrum_path = tempfile.mkdtemp()
|
cls.electrum_path = tempfile.mkdtemp()
|
||||||
config = SimpleConfig({'electrum_path': cls.electrum_path})
|
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
|
# TODO it's probably wasteful to load all plugins... only need Trezor
|
||||||
Plugins(config, True, gui_name)
|
Plugins(config, True, gui_name)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue