From 941208cc64e432cb9efc0124a3479059063dd933 Mon Sep 17 00:00:00 2001 From: link2xt Date: Tue, 4 Jun 2024 20:16:16 +0000 Subject: [PATCH] test(deltachat-rpc-client): reenable log_cli It was accidentally disabled in f4dfc79808137d0d45a78698ec71c9a9ff26edd3 --- deltachat-rpc-client/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-rpc-client/tox.ini b/deltachat-rpc-client/tox.ini index bc707071d..843e09c00 100644 --- a/deltachat-rpc-client/tox.ini +++ b/deltachat-rpc-client/tox.ini @@ -28,5 +28,5 @@ commands = [pytest] timeout = 300 -#log_cli = true +log_cli = true log_level = debug