summaryrefslogtreecommitdiffstats
path: root/tests/unit/controller/FeedControllerTest.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-06-12 20:17:46 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-06-12 20:32:49 +0200
commit836c65b6fa7e9a90f9baf421713641dfcb7a90aa (patch)
tree7b2607449517e22a88ef4003790f4b05270b6444 /tests/unit/controller/FeedControllerTest.php
parenta5fea1be13b5915e60e10bccfd39e60110a56bca (diff)
move to new restful api
Diffstat (limited to 'tests/unit/controller/FeedControllerTest.php')
-rw-r--r--tests/unit/controller/FeedControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/controller/FeedControllerTest.php b/tests/unit/controller/FeedControllerTest.php
index 064fdeeb4..f7d0dc3f7 100644
--- a/tests/unit/controller/FeedControllerTest.php
+++ b/tests/unit/controller/FeedControllerTest.php
@@ -488,7 +488,7 @@ class FeedControllerTest extends ControllerTestUtility {
$response = $this->controller->update();
$render = $response->render();
- $this->assertEquals('{"status":"error","data":[],"msg":"NO!"}', $render);
+ $this->assertEquals('{"data":[],"status":"error","msg":"NO!"}', $render);
$this->assertTrue($response instanceof JSONResponse);
}