Skip to content

Commit 6df3eb9

Browse files
Base64 decode
1 parent f3a42bc commit 6df3eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/test/observer/test_json_observer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def test_json_observer(capsys):
2626
captured = capsys.readouterr()
2727
assert (
2828
captured.out
29-
== '{"type": "on_download", "data": {"download_url": "https://www.example.com", "filename": "example.html", "content": "content", "path": "path"}}\n'
29+
== '{"type": "on_download", "data": {"download_url": "https://www.example.com", "filename": "example.html", "content": "Y29udGVudA==", "path": "path"}}\n'
3030
)
3131
assert captured.err == ""
3232

0 commit comments

Comments
 (0)