Correct the last few test failures in the 1.9.0 branch

This commit is contained in:
Robin Ward
2014-12-12 13:13:18 -05:00
parent 3e8d8bf90d
commit 331bba4b6d
3 changed files with 17 additions and 5 deletions

View File

@ -16,7 +16,7 @@ function response(code, obj) {
}
function success() {
return response();
return response({ success: true });
}
export default function() {