aboutsummaryrefslogtreecommitdiff
path: root/tests/test_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_server.py')
-rw-r--r--tests/test_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_server.py b/tests/test_server.py
index fda8490..db7ca31 100644
--- a/tests/test_server.py
+++ b/tests/test_server.py
@@ -123,7 +123,7 @@ def index_json_modification(modify_index_json):
def handle_index_json(setup):
"""Modify index.json before build."""
index_path = setup.source_dir / 'index.json'
- index_json, _ = json_instances.read_instance(index_path)
+ index_json = json_instances.read_instance(index_path)
index_json = modify_index_json(index_json) or index_json