Skip to content

Commit

Permalink
🚧 Fixing issue with kernel output
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Cox authored and Christopher Cox committed Jul 14, 2024
1 parent aec0ef6 commit 008bb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mocks/make_mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
for i in json.loads(f.read()):
try:
with open(
test_name[: test_name.find("/")] + i["@id"] + ".json", "w"
test_name[: test_name.find("/")] + i["payload"]["@id"] + ".json", "w"
) as g:
g.write(i)
except:
Expand Down

0 comments on commit 008bb70

Please sign in to comment.