ignoring expired ssl certificate o0

This commit is contained in:
weakmap@gmail.com
2023-04-07 19:44:59 +02:00
parent 75a536d5ab
commit 3ec9ed3b2a
2 changed files with 7 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ describe('#immobilien.de testsuite()', () => {
similarityCache.stopCacheCleanup();
});
provider.init(providerConfig.immobilienDe, [], []);
it('should test immobilien.de provider', async () => {
it.only('should test immobilien.de provider', async () => {
const Fredy = await mockFredy();
return await new Promise((resolve) => {
const fredy = new Fredy(provider.config, null, provider.metaInformation.id, 'test1', similarityCache);