mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
DEV: Fix typo for email encoded (#15577)
This commit is contained in:
parent
8ef3513e4a
commit
5d0c2cba07
2 changed files with 2 additions and 2 deletions
|
@ -216,7 +216,7 @@ describe Admin::EmailController do
|
|||
post "/admin/email/handle_mail.json", params: { email: email('cc') }
|
||||
end
|
||||
expect(response.status).to eq(200)
|
||||
expect(response.body).to eq("warning: the email parameter is deprecated. all POST requests to this route should be sent with a base64 strict encoded encoded_email parameter instead. email has been received and is queued for processing")
|
||||
expect(response.body).to eq("warning: the email parameter is deprecated. all POST requests to this route should be sent with a base64 strict encoded email_encoded parameter instead. email has been received and is queued for processing")
|
||||
end
|
||||
|
||||
it 'should enqueue the right job, decoding the raw email param' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue