mirror of
https://github.com/neocities/neocities.git
synced 2025-08-18 23:33:50 +02:00
fix for test
This commit is contained in:
parent
5f75ee5c31
commit
9e54345720
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ describe '/admin' do
|
|||
|
||||
relevant_jobs.each do |job|
|
||||
args = job['args'].first
|
||||
_(args['from']).must_equal 'Kyle from Neocities <kyle@neocities.org>'
|
||||
_(args['from']).must_equal 'Neocities <noreply@neocities.org>'
|
||||
_(args['subject']).must_equal 'Subject Test'
|
||||
_(args['body']).must_equal 'Body Test'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue