fixing ebay kleinanzeigen test

This commit is contained in:
orangecoding
2021-03-01 17:59:33 +01:00
parent 9898b65ec8
commit bb3e62fa03

View File

@@ -27,7 +27,6 @@ describe('#kleinanzeigen testsuite()', () => {
notificationObj.payload.forEach((notify) => {
/** check the actual structure **/
expect(notify.id).to.be.a('number');
expect(notify.price).to.be.a('string');
expect(notify.size).to.be.a('string');
expect(notify.title).to.be.a('string');
expect(notify.link).to.be.a('string');