def check_product()

in rally-custom/esrally/client/synchronous.py [0:0]


    def check_product(cls, headers, response):
        # type: (dict[str, str], dict[str, str]) -> int
        """This class was supposed to verify that the server we're talking to is Elasticsearch.
        It actually returns
        """
        return True