diff options
author | Avital Fine <79420960+AvitalFineRedis@users.noreply.github.com> | 2021-12-22 10:51:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 11:51:53 +0200 |
commit | f99744b9049be78bbbe558fbc8ac62d94ac62a4d (patch) | |
tree | 3de41730b0d7d1fb6fe4a26a3ca45bba4b52bf1d /tests/test_json.py | |
parent | e0d3ba5bd73406f80cf89609be45a0006a5382d8 (diff) | |
download | redis-py-f99744b9049be78bbbe558fbc8ac62d94ac62a4d.tar.gz |
Support WRITE in CLIENT PAUSE (#1549)
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
Diffstat (limited to 'tests/test_json.py')
-rw-r--r-- | tests/test_json.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_json.py b/tests/test_json.py index 8bd1d77..6980e67 100644 --- a/tests/test_json.py +++ b/tests/test_json.py @@ -1428,6 +1428,5 @@ def test_set_path(client): open(nojsonfile, "a+").write("hello") result = {jsonfile: True, nojsonfile: False} - print(result) assert client.json().set_path(Path.rootPath(), root) == result assert client.json().get(jsonfile.rsplit(".")[0]) == {"hello": "world"} |