Skip to content

Commit 5a6e35b

Browse files
author
Vasileios Karakasis
committed
Fix unit tests
1 parent caddaba commit 5a6e35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/test_policies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def test_runall(make_runner, make_cases, common_exec_ctx, tmp_path):
279279
runreport.load_report(tmp_path / 'invalid.json')
280280

281281
# Generate a report that does not comply to the schema
282-
del report['session_info']['hostname']
282+
del report['session_info']['data_version']
283283
with open(tmp_path / 'invalid-version.json', 'w') as fp:
284284
jsonext.dump(report, fp)
285285

0 commit comments

Comments
 (0)