File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 "Flavour" : "maxi" ,
5353 "Illustration_48x48@1" : FAVICON_BLUE ,
5454 },
55- "zimcheck" : {"status" : "pass" },
5655 "folder_name" : "wikipedia" ,
5756 "filename" : "wikipedia_en_all_maxi_2025-01.zim" ,
5857 },
7170 "Flavour" : "maxi" ,
7271 "Illustration_48x48@1" : FAVICON_GREEN ,
7372 },
74- "zimcheck" : {"status" : "pass" },
7573 "folder_name" : "wiktionary" ,
7674 "filename" : "wiktionary_fr_all_maxi_2025-01.zim" ,
7775 },
9088 "Flavour" : "maxi" ,
9189 "Illustration_48x48@1" : FAVICON_RED ,
9290 },
93- "zimcheck" : {"status" : "pass" },
9491 "folder_name" : "" ,
9592 "filename" : "wiktionary_en_all_maxi_2025-01.zim" ,
9693 },
@@ -121,6 +118,9 @@ def create_notifications():
121118 # Generate random notification ID
122119 notification_id = uuid4 ()
123120
121+ # Set fake zimcheck_url
122+ content ["zimcheck_url" ] = f"https://foo.acme.com/{ notification_id } .json"
123+
124124 # Create notification record
125125 notification = ZimfarmNotification (
126126 id = notification_id ,
You can’t perform that action at this time.
0 commit comments