From 263c69e72a1eeae81346e156e68e50437c582495 Mon Sep 17 00:00:00 2001 From: Charl Smit Date: Fri, 8 Mar 2024 09:05:20 +0200 Subject: [PATCH] Add argument to test --- tests/test_cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli.py b/tests/test_cli.py index e8ca69fd..cec979cf 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -351,6 +351,7 @@ def _pull_data(writer, checkpoint_manager, query, since, until, batch_size=10): batch_size=batch_size, since=since, until=until, + no_logfile=True, ) # set this so that it gets written to the checkpoints