def check_bugzilla_connection()

in jbi/bugzilla/service.py [0:0]


    def check_bugzilla_connection(self):
        if not self.client.logged_in():
            return [checks.Error("Login fails or service down", id="bugzilla.login")]
        return []