mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
fix restangular test
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user