def test_bad_callback_type_is_logged(self, config): with LogCapture() as l: snooze.github_callback("foobar", None, None, None, None) assert "WARNING" in str(l)