Explorar o código

[desktop] Fix exception handling test cases

abec %!s(int64=13) %!d(string=hai) anos
pai
achega
c823c07bf6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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