Fix test case where media_base should never be None

This commit is contained in:
KnugiHK
2025-05-11 17:49:33 +08:00
parent ae6e8ba7e2
commit bb48cd381b

View File

@@ -86,7 +86,7 @@ chat_data_merged = {
"their_avatar": os.path.join(BASE_PATH, "Media", "Profile", "12345678-1709851420.thumb"),
"their_avatar_thumb": None,
"status": None,
"media_base": None,
"media_base": "",
"messages": {
"24690": {
"from_me": True,