From e97e7c1b63fadd9750cfec62a6e972f1450be4a1 Mon Sep 17 00:00:00 2001
From: Alex <akreft@trineo.org>
Date: Fri, 15 Oct 2021 12:24:18 +0200
Subject: [PATCH] TST: remove unnecessary test

---
 integrationtests/test_crawler_with_cfoods.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/integrationtests/test_crawler_with_cfoods.py b/integrationtests/test_crawler_with_cfoods.py
index fc07b6bd..22305472 100755
--- a/integrationtests/test_crawler_with_cfoods.py
+++ b/integrationtests/test_crawler_with_cfoods.py
@@ -68,7 +68,6 @@ class CrawlerTest(unittest.TestCase):
 
         # There should be two DepthTest Properties
         depthtests = exp.get_property("DepthTest")
-        assert len(depthtests) == 1
         assert len(depthtests.value) == 2
         depthtest = db.Record(id=depthtests.value[0])
         depthtest.retrieve()
-- 
GitLab