1
0
mirror of https://github.com/silverstripe/silverstripe-userforms.git synced 2024-10-22 15:05:42 +00:00

Update UserDefinedFormControllerTest.php

This commit is contained in:
Will Rossiter 2014-12-03 14:52:57 +13:00
parent fab09be3ab
commit 4cdf44a1ef

@ -54,7 +54,7 @@ class UserDefinedFormControllerTest extends FunctionalTest {
// check to see if the user was redirected (301)
$this->assertEquals($response->getStatusCode(), 302);
$this->assertStringEndsWith('finished', $response->getHeader('Location'));
$this->assertStringEndsWith('finished#uff', $response->getHeader('Location'));
}
function testFinished() {