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 93852c3 commit 85b30fcCopy full SHA for 85b30fc
packages/notifications-library/tests/conftest.py
@@ -91,7 +91,7 @@ def user_data(
91
92
93
@pytest.fixture
94
-def sharer_data(user_name: str, message: str) -> SharerData:
+def sharer_data(user_name: str, message: str = "") -> SharerData:
95
return SharerData(
96
user_name=user_name,
97
message=message,
0 commit comments