File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ def test_notification_minimal(self):
607607 retry_429 (notification .create )()
608608 try :
609609 self .assertTrue (notification .exists ())
610- self .assertIsNotNone (notification .id )
610+ self .assertIsNotNone (notification .notification_id )
611611 notifications = list (bucket .list_notifications ())
612612 self .assertEqual (len (notifications ), 1 )
613613 self .assertEqual (notifications [0 ].topic_name , self .TOPIC_NAME )
@@ -628,7 +628,7 @@ def test_notification_explicit(self):
628628 retry_429 (notification .create )()
629629 try :
630630 self .assertTrue (notification .exists ())
631- self .assertIsNotNone (notification .id )
631+ self .assertIsNotNone (notification .notification_id )
632632 self .assertEqual (
633633 notification .custom_attributes , self .CUSTOM_ATTRIBUTES )
634634 self .assertEqual (notification .event_types , self .event_types ())
You can’t perform that action at this time.
0 commit comments