We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6a7c67 commit e66b30cCopy full SHA for e66b30c
src/pyff/test/test_log.py
@@ -50,7 +50,7 @@ def dummy_syslog(self, code, msg):
50
51
def test_bad_syslog(self):
52
try:
53
- bad_handler = SysLogLibHandler("SLARTIBARTIFAST")
+ _bad_handler = SysLogLibHandler("SLARTIBARTIFAST")
54
assert False
55
except ValueError:
56
pass
0 commit comments