reduce integration test verbosity
This commit is contained in:
parent
c2dc1f3c1d
commit
1ce3adb6a0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from lbrynet.blob_exchange.downloader import BlobDownloader
|
||||||
|
|
||||||
class FileCommands(CommandTestCase):
|
class FileCommands(CommandTestCase):
|
||||||
|
|
||||||
VERBOSITY = logging.INFO
|
VERBOSITY = logging.WARN
|
||||||
|
|
||||||
async def test_file_management(self):
|
async def test_file_management(self):
|
||||||
await self.make_claim('foo', '0.01')
|
await self.make_claim('foo', '0.01')
|
||||||
|
|
Loading…
Reference in a new issue