From baa032a8b27e3fada57bd26f74cc5e6221e51714 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Mon, 27 Feb 2023 11:40:19 +0100 Subject: [PATCH] FIX: Add missing fixture that didn't survive the merge --- integrationtests/test_realworld_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/test_realworld_example.py b/integrationtests/test_realworld_example.py index cf8f0416..cb5ed2c7 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") -- GitLab