Sfoglia il codice sorgente

[desktop] Fix exception handling test cases

abec 13 anni fa
parent
commit
c823c07bf6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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