Skip to content

Commit daa9cb3

Browse files
committed
update error message in test
1 parent 78d04ae commit daa9cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def test_json_bytes_base64_invalid():
403403
{
404404
'type': 'bytes_invalid_encoding',
405405
'loc': (),
406-
'msg': f'Data should be valid base64: Invalid byte {ord("!")}, offset {len(wrong_input)-1}.',
406+
'msg': f'Data should be valid base64: Invalid symbol {ord("!")}, offset {len(wrong_input)-1}.',
407407
'input': wrong_input,
408408
}
409409
]

0 commit comments

Comments
 (0)