Merge branch 'master' into 3112-report-bug
[arvados.git] / apps / workbench / test / functional / actions_controller_test.rb
index f3c7b7482b9550d5bbc67cadfea207d46529de73..965453841f7417b60d79860d4e070fc2447b5069 100644 (file)
@@ -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