Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit c6951c2

Browse files
committed
Fix typo in test name
1 parent 251cce9 commit c6951c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httpsig/tests/test_verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def test_algorithm_mismatch(self):
257257
headers=signed, secret=self.verify_secret, sign_header=self.sign_header, algorithm="rsa-sha256", sign_algorithm=self.sign_algorithm)
258258
self.assertFalse(hv.verify())
259259

260-
def test_correct_derviced_algorithm(self):
260+
def test_correct_derived_algorithm(self):
261261
unsigned = {
262262
'Date': self.header_date
263263
}

0 commit comments

Comments
 (0)