Skip to content
Snippets Groups Projects
Commit 572f1111 authored by Martin Schoeler's avatar Martin Schoeler
Browse files

small fix

parent 56679ac3
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ describe('API default', () => { ...@@ -65,6 +65,7 @@ describe('API default', () => {
}); });
}); });
describe('API v1', () => {
before((done) => { before((done) => {
request.post(api('login')) request.post(api('login'))
.send(login) .send(login)
......
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