diff --git a/tests/providers/elasticsearch/log/elasticmock/fake_elasticsearch.py b/tests/providers/elasticsearch/log/elasticmock/fake_elasticsearch.py index 4d6902a234854..19d7d525e05b1 100644 --- a/tests/providers/elasticsearch/log/elasticmock/fake_elasticsearch.py +++ b/tests/providers/elasticsearch/log/elasticmock/fake_elasticsearch.py @@ -47,7 +47,7 @@ from .utilities import get_random_id -# pylint: disable=redefined-builtin +# pylint: disable=redefined-builtin, unused-argument class FakeElasticsearch(Elasticsearch): __documents_dict = None