Skip to content
Snippets Groups Projects
Commit 0c6a3e6d authored by Raniere Silva's avatar Raniere Silva
Browse files

Update License.md md5sum on tools/check based on 2f4703e8

parent 2fcac604
No related merge requests found
......@@ -499,7 +499,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 = '258aa6822fa77f7c49c37c3759017891'
expected_hash = 'cd5742b6596a1f2f35c602ad43fa24b2'
m = hashlib.md5()
try:
m.update(self.markdown)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment