mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 01:14:12 +08:00
Fix the build.
Ideally, I'll like to test with a different user but that is proving to be a huge challenge in our acceptance test.
This commit is contained in:
@ -79,12 +79,6 @@ export default function() {
|
||||
return response(json);
|
||||
});
|
||||
|
||||
this.get("/u/test.json", () => {
|
||||
const json = fixturesByUrl["/u/eviltrout.json"];
|
||||
json.user.username = "test";
|
||||
return response(json);
|
||||
});
|
||||
|
||||
this.get("/u/eviltrout/summary.json", () => {
|
||||
return response({
|
||||
user_summary: {
|
||||
|
Reference in New Issue
Block a user