Browse Source

[desktop] Fix exception handling test cases

abec 13 years ago
parent
commit
c823c07bf6
1 changed files with 1 additions and 1 deletions
  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