summaryrefslogtreecommitdiff
path: root/core/tests/Albums_Controller_Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/Albums_Controller_Test.php')
-rw-r--r--core/tests/Albums_Controller_Test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/tests/Albums_Controller_Test.php b/core/tests/Albums_Controller_Test.php
index 06360b79..57a5bf64 100644
--- a/core/tests/Albums_Controller_Test.php
+++ b/core/tests/Albums_Controller_Test.php
@@ -40,8 +40,7 @@ class Albums_Controller_Test extends Unit_Test_Case {
ob_end_clean();
$this->assert_equal(
- json_encode(array("result" => "success",
- "location" => "http://./index.php/albums/$album->id")),
+ json_encode(array("result" => "success", "location" => "http://./index.php/test")),
$results);
$this->assert_equal("new title", $album->title);
$this->assert_equal("new description", $album->description);