X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6eb3d1fb8fe71623fa63da46c250184cf2e4fbb8..39fe0413aa14ff0ba41d790441c8621a877f61f8:/apps/workbench/test/integration/pipeline_instances_test.rb?ds=sidebyside diff --git a/apps/workbench/test/integration/pipeline_instances_test.rb b/apps/workbench/test/integration/pipeline_instances_test.rb index da8f439dfe..b6bf700d09 100644 --- a/apps/workbench/test/integration/pipeline_instances_test.rb +++ b/apps/workbench/test/integration/pipeline_instances_test.rb @@ -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