Skip to content

Commit

Permalink
fix: linting error and missing tagged course translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Formasitchijoh committed Nov 11, 2024
1 parent 2a6275c commit 03c591a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1775,3 +1775,5 @@ en:

multi_wiki:
selector_placeholder: "Begin typing a wiki domain"
tagged_courses:
download_csv: "Download CSV"
1 change: 0 additions & 1 deletion spec/controllers/alerts_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@
expect(delivery.from).to include(admin.email)
expect(delivery.bcc).to include(ENV['SALESFORCE_BCC_EMAIL'])
expect(delivery.subject).to eq('Test Notification')
# Check that the alert's details match the body_params
expect(alert.subject).to eq(body_params[:subject])
expect(alert.message).to eq(body_params[:message])
end
Expand Down

0 comments on commit 03c591a

Please sign in to comment.