Jelajahi Sumber

[desktop] Fix exception handling test cases

abec 13 tahun lalu
induk
melakukan
c823c07bf6
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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