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 de27334 commit 264ef9eCopy full SHA for 264ef9e
packages/notifications-library/tests/email/test_email_events.py
@@ -139,7 +139,7 @@ def event_extra_data( # noqa: PLR0911
139
return {
140
"host": host_url,
141
"resource_alias": "Project",
142
- "sharer_username": "sharer_username",
+ "sharer_username": faker.name(),
143
"sharer_message": faker.paragraph(nb_sentences=2),
144
"accept_link": f"{host_url}?code={code}",
145
}
0 commit comments