diff --git a/integrationtests/test_realworld_example.py b/integrationtests/test_realworld_example.py
index cf8f0416e4c6e93605475740abfd8863d2469801..cb5ed2c769945af033bc56a2d6af3bf1cec86de4 100644
--- a/integrationtests/test_realworld_example.py
+++ b/integrationtests/test_realworld_example.py
@@ -98,7 +98,7 @@ def create_identifiable_adapter():
     return ident
 
 
-def test_dataset(clear_database, usemodel, addfiles):
+def test_dataset(clear_database, usemodel, addfiles, caplog):
     caplog.set_level(logging.DEBUG, logger="caoscrawler")
     identifiable_path = os.path.join(DATADIR, "identifiables.yml")
     crawler_definition_path = os.path.join(DATADIR, "dataset_cfoods.yml")