summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/log_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/log_test.py b/tests/log_test.py
index 268e176..42a313e 100755
--- a/tests/log_test.py
+++ b/tests/log_test.py
@@ -128,7 +128,7 @@ class TestGnunetLog(TestCase):
os.environ["GNUNET_LOG"] = "gnunet-pylog;log_test.py;test_non_forced_env;99;ERROR" # lineno is not 100% accurate.
gl = GL("gnunet-pylog")
gl.log("msg", gl.DEBUG)
- mocked_setLevel.assert_called_with(level=logging.ERROR)
+ mocked_setLevel.assert_called_with(level=logging.INFO)
##
# This function tests the case where *only* the GNUNET_FORCE_LOG