Skip to content

Commit 1c30058

Browse files
Fix other_user reference
1 parent 35e0179 commit 1c30058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/backend/src/couchers/email/emails.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ def build_body(self, builder: EmailBlocksBuilder, loc_context: LocalizationConte
645645
def dummy_data(cls) -> HostRequestStatusChangedEmail:
646646
return HostRequestStatusChangedEmail(
647647
user_name="Alice",
648-
other=UserInfo.dummy_bob(),
648+
other_user=UserInfo.dummy_bob(),
649649
from_date=date(2025, 6, 1),
650650
to_date=date(2025, 6, 7),
651651
new_status=conversations_pb2.HOST_REQUEST_STATUS_ACCEPTED,

0 commit comments

Comments
 (0)