Skip to content

Commit dd6bca4

Browse files
committed
Re-enable hashAlgorithm parameter in tests
1 parent a8fa260 commit dd6bca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runtests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def create(test):
670670
if k not in http_options:
671671
options[k] = v
672672
options['documentLoader'] = create_document_loader(test)
673-
# options['hashAlgorithm'] = test.data.get('hashAlgorithm')
673+
options['hashAlgorithm'] = test.data.get('hashAlgorithm')
674674

675675
if 'expandContext' in options:
676676
filename = os.path.join(test.dirname, options['expandContext'])

0 commit comments

Comments
 (0)