Resolves minor flake8 warnings in the test suite

This commit is contained in:
Trenton H
2023-01-05 08:39:48 -08:00
parent d19bf59f47
commit 6ff28c92a4
12 changed files with 12 additions and 24 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ class TestBarcode(DirectoriesMixin, TestCase):
self.assertEqual(
cm.output,
[
f"WARNING:paperless.barcodes:No pages to split on!",
"WARNING:paperless.barcodes:No pages to split on!",
],
)