Fix JS tests.
This commit is contained in:
parent
d8541c589a
commit
51679ef6b2
|
@ -113,7 +113,7 @@ export default function() {
|
||||||
return response({});
|
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/280.json", () => response(fixturesByUrl['/t/280/1.json']));
|
||||||
this.get("/t/28830.json", () => response(fixturesByUrl['/t/28830/1.json']));
|
this.get("/t/28830.json", () => response(fixturesByUrl['/t/28830/1.json']));
|
||||||
|
|
Loading…
Reference in New Issue