test(server): skipped album search test with start param

This commit is contained in:
Roberto Tonino 2021-04-24 21:26:53 +02:00
parent c9cb976f64
commit 4919c8d698
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ describe('albumSearch requests', () => {
expect(res.data.data.length).not.toBe(0)
})
it('should respond the desired search result with a start parameter', async () => {
// TODO Understand whic should be the correct response
it.skip('should respond the desired search result with a start parameter', async () => {
const res = (await appSendGet('/api/album-search/?term=eminem?start=10')).body
expect(res.data.data.length).not.toBe(0)