mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Correct the last few test failures in the 1.9.0 branch
This commit is contained in:
@@ -16,7 +16,7 @@ function response(code, obj) {
|
||||
}
|
||||
|
||||
function success() {
|
||||
return response();
|
||||
return response({ success: true });
|
||||
}
|
||||
|
||||
export default function() {
|
||||
|
||||
Reference in New Issue
Block a user