Commit 34744caf authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge pull request #3 from abought/pr/171

Update validator to work with revised LICENSE.md.
parents 9f676e71 7dc19a25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -620,7 +620,7 @@ class LicensePageValidator(MarkdownValidator):
    def _run_tests(self):
        """Skip the base tests; just check md5 hash"""
        # TODO: This hash is specific to the license for english-language repo
        expected_hash = 'cd5742b6596a1f2f35c602ad43fa24b2'
        expected_hash = '051a04b8ffe580ba6b7018fb4fd72a50'
        m = hashlib.md5()
        try:
            m.update(self.markdown)