Fix JS tests.

This commit is contained in:
Guo Xiang Tan 2016-12-17 00:51:40 +08:00
parent d8541c589a
commit 51679ef6b2
1 changed files with 1 additions and 1 deletions

View File

@ -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']));