mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 22:45:03 -04:00
Remove all references to old settings
This commit is contained in:
parent
bed9596ce3
commit
0220c0049b
2 changed files with 3 additions and 7 deletions
|
@ -141,10 +141,10 @@ class TestSettings:
|
|||
|
||||
def test_set_custom_bridge(self, settings_obj):
|
||||
settings_obj.set(
|
||||
"tor_bridges_use_custom_bridges",
|
||||
"bridges_custom",
|
||||
"Bridge 45.3.20.65:9050 21300AD88890A49C429A6CB9959CFD44490A8F6E",
|
||||
)
|
||||
assert (
|
||||
settings_obj._settings["tor_bridges_use_custom_bridges"]
|
||||
settings_obj._settings["bridges_custom"]
|
||||
== "Bridge 45.3.20.65:9050 21300AD88890A49C429A6CB9959CFD44490A8F6E"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue