From b0eee1505bd5cd2b5a8f8c4d1c1a2102eba0c8a1 Mon Sep 17 00:00:00 2001
From: Alex <akreft@trineo.org>
Date: Fri, 15 Oct 2021 13:10:14 +0200
Subject: [PATCH] STY: fix test style

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

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