Skip to content

Commit

Permalink
Item12888: Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jan 16, 2015
1 parent 43ffd46 commit 510f74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/UploadScriptTests.pm
Expand Up @@ -140,7 +140,7 @@ sub test_noredirect_param {
noredirect => 1,
changeproperties => 0,
);
$this->assert_matches( qr/^OK Flappadoodle.txt uploaded/ms, $result );
$this->assert_matches( qr/^OK: Flappadoodle.txt uploaded/ms, $result );

return;
}
Expand Down

0 comments on commit 510f74a

Please sign in to comment.