aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests/low_priority_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/report_tests/low_priority_tests.py')
-rw-r--r--tests/report_tests/low_priority_tests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/report_tests/low_priority_tests.py b/tests/report_tests/low_priority_tests.py
index 97bf0a28..0859cf73 100644
--- a/tests/report_tests/low_priority_tests.py
+++ b/tests/report_tests/low_priority_tests.py
@@ -30,4 +30,7 @@ class LowPrioTest(StageOneReportTest):
def test_niceness_set(self):
self.assertSosLogContains('Set niceness of report to 19')
- self.assertEqual(self.manifest['components']['report']['priority']['niceness'], 19)
+ self.assertEqual(
+ self.manifest['components']['report']['priority']['niceness'],
+ 19
+ )