Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Apr 28, 2014
1 parent 43d359b commit 8679c5c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -938,7 +938,7 @@ public function testDefaultToLoginRedirect() {
array($CakeRequest, $CakeResponse)
);

$expected = Router::url($this->Auth->loginRedirect, true);
$expected = Router::url($this->Auth->loginRedirect);
$Controller->expects($this->once())
->method('redirect')
->with($this->equalTo($expected));
Expand Down

0 comments on commit 8679c5c

Please sign in to comment.