Skip to content
Snippets Groups Projects
Commit 7a97f90a authored by Eugen Ciur's avatar Eugen Ciur
Browse files

fix failing tests

parent ba3e6916
Branches
Tags
No related merge requests found
export default function() {
this.get('/api/nodes/inboxcount/', () => {
return {
"data": {
"count": 1
}
}
});
this.get('/api/users/me/', () => {
return {
......@@ -95,4 +102,5 @@ export default function() {
"data": []
}
});
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment