summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_json.py b/tests/test_json.py
index 1a39f06..5cea4ab 100644
--- a/tests/test_json.py
+++ b/tests/test_json.py
@@ -689,7 +689,7 @@ def test_arrtrim_dollar(client):
# Test missing key
with pytest.raises(exceptions.ResponseError):
- client.json().arrtrim('non_existing_doc', '..a')
+ client.json().arrtrim('non_existing_doc', '..a', 1, 1)
@pytest.mark.redismod
def test_objkeys_dollar(client):