Skip to content

Commit 264ef9e

Browse files
committed
minor
1 parent de27334 commit 264ef9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notifications-library/tests/email/test_email_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def event_extra_data( # noqa: PLR0911
139139
return {
140140
"host": host_url,
141141
"resource_alias": "Project",
142-
"sharer_username": "sharer_username",
142+
"sharer_username": faker.name(),
143143
"sharer_message": faker.paragraph(nb_sentences=2),
144144
"accept_link": f"{host_url}?code={code}",
145145
}

0 commit comments

Comments
 (0)