gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-taler-util] branch master updated: fix failing log t


From: gnunet
Subject: [GNUnet-SVN] [taler-taler-util] branch master updated: fix failing log test case (test_non_forced_env), the assert appears to be wrong.
Date: Tue, 24 Sep 2019 22:35:59 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new b5406f1  fix failing log test case (test_non_forced_env), the assert 
appears to be wrong.
b5406f1 is described below

commit b5406f1641ba918568af7717b83d6ee53c03ec0a
Author: ng0 <address@hidden>
AuthorDate: Tue Sep 24 20:35:02 2019 +0000

    fix failing log test case (test_non_forced_env), the assert appears to be 
wrong.
---
 tests/log_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]