We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a83b7b commit 7526ac6Copy full SHA for 7526ac6
test/unit/test_config.py
@@ -211,7 +211,7 @@ def test_config_import_apps() -> None:
211
def test_config_import_projects() -> None:
212
"""TEsts that the import of projects config works"""
213
config_file = f"{tutil.FILES_ROOT}/config.json"
214
- json_config = util.read_json_file(config_file)["projects"]
+ json_config = tutil.read_json(config_file)["projects"]
215
216
# delete all projects in test except the testsync one
217
for p in projects.get_list(tutil.TEST_SQ).values():
0 commit comments