aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cleaner_tests/basic_function_tests/report_with_mask.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cleaner_tests/basic_function_tests/report_with_mask.py')
-rw-r--r--tests/cleaner_tests/basic_function_tests/report_with_mask.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cleaner_tests/basic_function_tests/report_with_mask.py b/tests/cleaner_tests/basic_function_tests/report_with_mask.py
index 06bb2122..bb72cdde 100644
--- a/tests/cleaner_tests/basic_function_tests/report_with_mask.py
+++ b/tests/cleaner_tests/basic_function_tests/report_with_mask.py
@@ -119,7 +119,7 @@ class DefaultRemoveBinaryFilesTest(StageTwoReportTest):
self.assertFileNotCollected('var/log/binary_test.tar.xz')
def test_binaries_removed_reported(self):
- self.assertOutputContains('\[removed .* unprocessable files\]')
+ self.assertOutputContains(r'\[removed .* unprocessable files\]')
class KeepBinaryFilesTest(StageTwoReportTest):
@@ -142,4 +142,4 @@ class KeepBinaryFilesTest(StageTwoReportTest):
self.assertFileCollected('var/log/binary_test.tar.xz')
def test_no_binaries_reported_removed(self):
- self.assertOutputNotContains('\[removed .* unprocessable files\]')
+ self.assertOutputNotContains(r'\[removed .* unprocessable files\]')