summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-04-18 19:53:21 -0700
committerMicah Lee <micah@micahflee.com>2019-04-18 19:53:21 -0700
commit758c6405614462faf68b34dc3ae23f40464da4bb (patch)
treeb194c7c5995a25c32fab01a7854ee5e224c60a41 /tests
parentd25d97095a6dd4246100d33620ec31c0e2813507 (diff)
downloadonionshare-758c6405614462faf68b34dc3ae23f40464da4bb.tar.gz
onionshare-758c6405614462faf68b34dc3ae23f40464da4bb.zip
Rename debug to verbose in all relevant places
Diffstat (limited to 'tests')
-rw-r--r--tests/test_onionshare_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_onionshare_common.py b/tests/test_onionshare_common.py
index d70f2c0e..f975dce7 100644
--- a/tests/test_onionshare_common.py
+++ b/tests/test_onionshare_common.py
@@ -268,7 +268,7 @@ class TestLog:
def dummy_func():
pass
- common_obj.debug = True
+ common_obj.verbose = True
# From: https://stackoverflow.com/questions/1218933
with io.StringIO() as buf, contextlib.redirect_stdout(buf):