Skip to content

Commit 988984f

Browse files
committed
read text
1 parent abe592c commit 988984f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/engine_tests/test_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def _extract_test_cases(
4242
:param file_path: the path to the json data file
4343
:return: a list of tuples containing the environment, identity and api response
4444
"""
45-
test_data = json.load(file_path.open("rb"))
45+
test_data = json.loads(file_path.read_text())
4646

4747
environment_document = test_data["environment"]
4848

0 commit comments

Comments
 (0)