From 1ce3adb6a018a355097013a293cbdd06c928e8c6 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 18 Feb 2019 21:45:30 -0500 Subject: [PATCH] reduce integration test verbosity --- tests/integration/test_file_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_file_commands.py b/tests/integration/test_file_commands.py index a720c24c9..f1b332e63 100644 --- a/tests/integration/test_file_commands.py +++ b/tests/integration/test_file_commands.py @@ -8,7 +8,7 @@ from lbrynet.blob_exchange.downloader import BlobDownloader class FileCommands(CommandTestCase): - VERBOSITY = logging.INFO + VERBOSITY = logging.WARN async def test_file_management(self): await self.make_claim('foo', '0.01')