Преглед на файлове

[desktop] Fix exception handling test cases

abec преди 13 години
родител
ревизия
c823c07bf6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      desktop/core/src/desktop/tests.py

+ 1 - 1
desktop/core/src/desktop/tests.py

@@ -247,7 +247,7 @@ def test_error_handling():
 
     response = c.get('/500_internal_error')
     assert_true('500.mako' in response.template)
-    assert_true('Thanks for your patience' in response.content)
+    assert_true('Thank you for your patience' in response.content)
     assert_true(exc_msg not in response.content)
 
     # Now test the 500 handler with backtrace