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

fix failing tests

parent 1e54c8d1
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,25 @@ export default function() {
}
});
this.get('/api/folders/1/', () => {
return {
"data": {
"type": "folders",
"id":"1",
"attributes": {
"title": ".inbox",
"created_at": "2021-11-24T20:54:38.833485+01:00",
"updated_at":"2021-11-24T20:54:38.833509+01:00"
},
"relationships": {
"parent": {
"data":null
}
}
}
}
});
this.get('/api/tags/', () => {
return {
"data": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment