diff options
Diffstat (limited to 'core/tests/Photos_Controller_Test.php')
-rw-r--r-- | core/tests/Photos_Controller_Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Photos_Controller_Test.php b/core/tests/Photos_Controller_Test.php index d48ae35e..2b28f774 100644 --- a/core/tests/Photos_Controller_Test.php +++ b/core/tests/Photos_Controller_Test.php @@ -41,7 +41,7 @@ class Photos_Controller_Test extends Unit_Test_Case { $this->assert_equal( json_encode(array("result" => "success", - "location" => "http://./index.php/photos/$photo->id")), + "location" => "http://./index.php/test.jpeg")), $results); $this->assert_equal("new title", $photo->title); $this->assert_equal("new description", $photo->description); |