mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Fix JS tests.
This commit is contained in:
@ -113,7 +113,7 @@ export default function() {
|
||||
return response({});
|
||||
});
|
||||
|
||||
this.put('/users/eviltrout', () => response({ user: {} }));
|
||||
this.put('/users/eviltrout.json', () => response({ user: {} }));
|
||||
|
||||
this.get("/t/280.json", () => response(fixturesByUrl['/t/280/1.json']));
|
||||
this.get("/t/28830.json", () => response(fixturesByUrl['/t/28830/1.json']));
|
||||
|
Reference in New Issue
Block a user