Skip to content

Commit 7526ac6

Browse files
committed
Fix test import projects
1 parent 1a83b7b commit 7526ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_config_import_apps() -> None:
211211
def test_config_import_projects() -> None:
212212
"""TEsts that the import of projects config works"""
213213
config_file = f"{tutil.FILES_ROOT}/config.json"
214-
json_config = util.read_json_file(config_file)["projects"]
214+
json_config = tutil.read_json(config_file)["projects"]
215215

216216
# delete all projects in test except the testsync one
217217
for p in projects.get_list(tutil.TEST_SQ).values():

0 commit comments

Comments
 (0)