6602: update test assertion to match new format
authorradhika <radhika@curoverse.com>
Mon, 27 Jul 2015 19:19:21 +0000 (15:19 -0400)
committerradhika <radhika@curoverse.com>
Mon, 27 Jul 2015 19:19:21 +0000 (15:19 -0400)
apps/workbench/test/integration/pipeline_instances_test.rb

index da8f439dfe2df0a310d6bc7837968033bae49f29..b6bf700d0948a1eb85a8ed00fe0c30fc6ae6e037 100644 (file)
@@ -469,7 +469,7 @@ class PipelineInstancesTest < ActionDispatch::IntegrationTest
       page_text = page.text
 
       if run_time
-        match = /This pipeline started at (.*)\. It failed after (.*) seconds at (.*)\. Check the Log/.match page_text
+        match = /This pipeline started at (.*)\. It failed after (.*) at (.*)\. Check the Log/.match page_text
       else
         match = /This pipeline started at (.*). It has been active for(.*)/.match page_text
       end