Bug in Elasticsearch output tests on index template test #1480
Labels
bug
Indicates an unexpected problem or unintended behavior
component: bots
help wanted
Indicates that a maintainer wants help on an issue or pull request
Milestone
The test_raise_when_no_template function was bogus as it called:
self.run_bot() evaluated to
None
and apparently raised no RuntimeError. I fixed this in d5a288d as Python 3.8 unittests'assertRaises
raises an exception itself if the callable is not a callable.I was not able to find a solution.
@navtej @cert-lv @stone-z Can you have a look at that?
https://travis-ci.org/certtools/intelmq
The text was updated successfully, but these errors were encountered: