Skip to content

Commit 85b30fc

Browse files
committed
default to empty string
1 parent 93852c3 commit 85b30fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/notifications-library/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def user_data(
9191

9292

9393
@pytest.fixture
94-
def sharer_data(user_name: str, message: str) -> SharerData:
94+
def sharer_data(user_name: str, message: str = "") -> SharerData:
9595
return SharerData(
9696
user_name=user_name,
9797
message=message,

0 commit comments

Comments
 (0)