summaryrefslogtreecommitdiff
path: root/tests/test_json.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_json.py')
-rw-r--r--tests/test_json.py1
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"}