const response1 = await insomnia.send(); const body = JSON.parse(response1.data); //const item = body[0]; expect(body).to.be.an('object'); //expect(item).to.be.an(''); //expect(response1.status).to.equal(200); //expect(item).to.have.property('symbol');