12377: Update workbench test breaking since 484246ac0.
authorTom Clegg <tclegg@veritasgenetics.com>
Tue, 19 Dec 2017 09:14:55 +0000 (04:14 -0500)
committerTom Clegg <tclegg@veritasgenetics.com>
Tue, 19 Dec 2017 09:14:55 +0000 (04:14 -0500)
refs #12377

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

apps/workbench/test/integration/work_units_test.rb

index ed214d62cc674d62d479fac90cc00aff9ee95d76..511e5119dbe1a8548f34d6208560ad2e45b22d9e 100644 (file)
@@ -216,7 +216,7 @@ class WorkUnitsTest < ActionDispatch::IntegrationTest
           old_attributes: {state: 'Running'},
           new_attributes: {state: 'Complete', exit_code: 1},
         },
-      }, "Container #{c['uuid']} finished with exit code 1 (failure)"],
+      }, "Container #{c['uuid']} finished"],
      # It's unrealistic for state to change again once it's Complete,
      # but the logging code doesn't care, so we do it to keep the test
      # simple.