diff --git a/tests/test_12_s_utils.py b/tests/test_12_s_utils.py index 3baf5f9..730ffa7 100644 --- a/tests/test_12_s_utils.py +++ b/tests/test_12_s_utils.py @@ -15,16 +15,16 @@ from py.test import raises from pathutils import full_path -SUCCESS_STATUS = """ -""" +SUCCESS_STATUS = ('\n' +'') -ERROR_STATUS = """ -Error resolving -principal""" +ERROR_STATUS = ('\n' +'Error resolving ' +'principal') def _eq(l1, l2):