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

Merge pull request #109 from swcarpentry/core

Merge #108 into gh-pages
parents dc40b463 fab53323
Branches
Tags
No related merge requests found
......@@ -496,7 +496,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