X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/97403e08475b328115373a2c6a23e82116199aad..6207681aa301ad12d164aab24f52a210945af04b:/apps/workbench/test/integration/pipeline_instances_test.rb 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