mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 05:42:15 -04:00
Fix tests_gui_local/onionshare_receive_mode_upload_test_public_mode.py tests
This commit is contained in:
parent
e6302f3ba4
commit
c7c3120a0c
4 changed files with 75 additions and 73 deletions
|
@ -151,7 +151,10 @@ def time_strftime(monkeypatch):
|
|||
|
||||
@pytest.fixture
|
||||
def common_obj():
|
||||
return common.Common()
|
||||
_common = common.Common()
|
||||
_common.settings = settings.Settings(_common)
|
||||
strings.load_strings(_common)
|
||||
return _common
|
||||
|
||||
@pytest.fixture
|
||||
def settings_obj(sys_onionshare_dev_mode, platform_linux):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue