Skip to content

Commit a014e66

Browse files
committed
Fix 2.7 action
1 parent 136b690 commit a014e66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_elasticsearch/test_client/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class TestQueryParams:
6666

6767
@query_params("simple_param")
6868
def func_to_wrap(self, *args, **kwargs):
69-
self.calls.clear()
69+
self.calls = []
7070
self.calls.append((args, kwargs))
7171

7272
def test_handles_params(self):

0 commit comments

Comments
 (0)