fix restangular test

This commit is contained in:
Santi Albo
2014-04-24 11:42:09 +01:00
parent e3c20e7aca
commit e3d8e5fe91

View File

@@ -75,7 +75,7 @@ function test_basic() {
$scope.account = account.get({ single: true });
account.customPOST("messages", { param: "myParam" }, {}, { name: "My Message" })
account.customPOST({ name: "My Message" }, "messages", { param: "myParam" }, {})
}
function test_config() {