Skip to content

Commit c8d8bda

Browse files
committed
Re-enable hashAlgorithm parameter in tests
1 parent a083289 commit c8d8bda

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
@@ -683,7 +683,7 @@ def create(test):
683683
if k not in http_options:
684684
options[k] = v
685685
options['documentLoader'] = create_document_loader(test)
686-
# options['hashAlgorithm'] = test.data.get('hashAlgorithm')
686+
options['hashAlgorithm'] = test.data.get('hashAlgorithm')
687687

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

0 commit comments

Comments
 (0)