Index: chrome/test/functional/https.py |
=================================================================== |
--- chrome/test/functional/https.py (revision 134551) |
+++ chrome/test/functional/https.py (working copy) |
@@ -105,8 +105,7 @@ |
pyauto.PAGE_TYPE_ERROR: 'error'} |
self.assertEqual( |
result_dict['page_type'], pyauto.PAGE_TYPE_NORMAL, |
- msg='Cert OK displayed page type: %s, but expected type normal.' |
- % page_type_dict[result_dict['page_type']]) |
+ msg='Cert OK did not display page type normal.') |
def testSSLCertIsExpiredAndCertNameMismatches(self): |
"""Verify Certificate Expiration and Certificate Mismatched name.""" |