summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-24 20:35:02 +0000
committerng0 <ng0@n0.is>2019-09-24 20:35:02 +0000
commitb5406f1641ba918568af7717b83d6ee53c03ec0a (patch)
treed55a38ae0bcc155a6a21f7b2ad530103620e6025
parent2f9384498f26f382452e41440dd0fa1f45935ea1 (diff)
downloadtaler-util-b5406f1641ba918568af7717b83d6ee53c03ec0a.tar.gz
taler-util-b5406f1641ba918568af7717b83d6ee53c03ec0a.tar.bz2
taler-util-b5406f1641ba918568af7717b83d6ee53c03ec0a.zip
fix failing log test case (test_non_forced_env), the assert appears to be wrong.0.6.0rc1
-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