File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ class ConferenceAdmin(
158158 "slack_new_grant_reply_channel_id" ,
159159 "slack_speaker_invitation_answer_channel_id" ,
160160 "slack_new_sponsor_lead_channel_id" ,
161- "slack_new_proposal_channel_id " ,
161+ "slack_new_invitation_letter_request_channel_id " ,
162162 )
163163 },
164164 ),
Original file line number Diff line number Diff line change @@ -229,5 +229,5 @@ def notify_new_invitation_letter_request_on_slack(
229229 }
230230 ],
231231 oauth_token = conference .get_slack_oauth_token (),
232- channel_id = conference .slack_new_proposal_channel_id ,
232+ channel_id = conference .slack_new_invitation_letter_request_channel_id ,
233233 )
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ def test_notify_new_invitation_letter_request_on_slack(mocker):
359359 mock_slack = mocker .patch ("visa.tasks.slack.send_message" )
360360 invitation_letter_request = InvitationLetterRequestFactory (
361361 conference__slack_new_invitation_letter_request_channel_id = "S123" ,
362- organizer__slack_oauth_bot_token = "token123" ,
362+ conference__organizer__slack_oauth_bot_token = "token123" ,
363363 )
364364 admin_absolute_uri = (
365365 "http://example.com/admin/visa/invitationletterrequest/1/change/"
You can’t perform that action at this time.
0 commit comments