We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a42bc commit 6df3eb9Copy full SHA for 6df3eb9
core/test/observer/test_json_observer.py
@@ -26,7 +26,7 @@ async def test_json_observer(capsys):
26
captured = capsys.readouterr()
27
assert (
28
captured.out
29
- == '{"type": "on_download", "data": {"download_url": "https://www.example.com", "filename": "example.html", "content": "content", "path": "path"}}\n'
+ == '{"type": "on_download", "data": {"download_url": "https://www.example.com", "filename": "example.html", "content": "Y29udGVudA==", "path": "path"}}\n'
30
)
31
assert captured.err == ""
32
0 commit comments