We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a374e8 commit fb59670Copy full SHA for fb59670
packages/notifications-library/tests/email/test_email_events.py
@@ -256,6 +256,7 @@ async def test_email_with_reply_to(
256
smtp_mock_or_none: MagicMock | None,
257
user_data: UserData,
258
user_email: EmailStr,
259
+ sharer_data: SharerData,
260
support_email: EmailStr,
261
product_data: ProductData,
262
event_name: str,
@@ -273,6 +274,7 @@ async def test_email_with_reply_to(
273
274
),
275
event_name=event_name,
276
user=user_data,
277
+ sharer=sharer_data,
278
product=product_data,
279
# extras
280
**event_extra_data,
0 commit comments