Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Merge branch 'hs2019-support'
Browse files Browse the repository at this point in the history
  • Loading branch information
fulder committed Aug 27, 2020
2 parents 7d015c6 + c6951c2 commit 5ed4e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpsig/tests/test_verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def test_algorithm_mismatch(self):
headers=signed, secret=self.verify_secret, sign_header=self.sign_header, algorithm="rsa-sha256", sign_algorithm=self.sign_algorithm)
self.assertFalse(hv.verify())

def test_correct_derviced_algorithm(self):
def test_correct_derived_algorithm(self):
unsigned = {
'Date': self.header_date
}
Expand Down

0 comments on commit 5ed4e65

Please sign in to comment.