X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/97e3a42d5041515e4c135220b1836805e76a2d94..bb564d631cf4d6a165f4cca218919a1e1398437a:/apps/workbench/test/functional/actions_controller_test.rb diff --git a/apps/workbench/test/functional/actions_controller_test.rb b/apps/workbench/test/functional/actions_controller_test.rb index f3c7b7482b..965453841f 100644 --- a/apps/workbench/test/functional/actions_controller_test.rb +++ b/apps/workbench/test/functional/actions_controller_test.rb @@ -8,7 +8,7 @@ class ActionsControllerTest < ActionController::TestCase found_email = false ActionMailer::Base.deliveries.andand.each do |email| - if email.subject == "Issue reported" + if email.subject.include? "Issue reported by admin" found_email = true break end