summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-02-07 13:58:06 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-02-07 13:58:06 +0100
commit8bd119c69afdea89d020d49727e37d166028d849 (patch)
tree96a2edb008516227048fbc4d63c2c67e0828ee54
parent4a606080c1994e198d42f296c99e8f70d46be582 (diff)
downloadtaler-util-8bd119c69afdea89d020d49727e37d166028d849.tar.gz
taler-util-8bd119c69afdea89d020d49727e37d166028d849.tar.bz2
taler-util-8bd119c69afdea89d020d49727e37d166028d849.zip
rename function
-rwxr-xr-xpython/log/test_ut.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/log/test_ut.py b/python/log/test_ut.py
index 6d84190..6227d4c 100755
--- a/python/log/test_ut.py
+++ b/python/log/test_ut.py
@@ -54,7 +54,7 @@ class TestGnunetLog(TestCase):
# (WARNING) will apply)!
@patch("logging.Logger.setLevel")
@patch("logging.basicConfig")
- def test_env(self, mocked_basicconfig, mocked_setLevel):
+ def test_no_env_and_no_setup(self, mocked_basicconfig, mocked_setLevel):
# Double-check no env variable gets in the way.
assert None == os.environ.get("GNUNET_FORCE_LOG")
assert None == os.environ.get("GNUNET_LOG")