fixing telegram provider not respecting rate limits

This commit is contained in:
Christian Kellner
2022-06-10 14:19:20 +02:00
parent bfba6d4bd9
commit bc01806421
3 changed files with 19 additions and 8 deletions

View File

@@ -39,7 +39,6 @@ describe('#einsAImmobilien testsuite()', () => {
expect(notify.link).to.be.a('string');
/** check the values if possible **/
expect(notify.price).that.does.include('EUR');
expect(notify.size).to.be.not.empty;
expect(notify.title).to.be.not.empty;
expect(notify.link).that.does.include('https://www.1a-immobilienmarkt.de');