Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 30, 2017
1 parent f39cf57 commit 7dfbd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -3305,7 +3305,7 @@ def test_export_unknown_filetype(self):
"""
crl = CRL()
with pytest.raises(ValueError):
crl.export(self.cert, self.pkey, 100, 10)
crl.export(self.cert, self.pkey, 100, 10, digest="sha256")

def test_export_unknown_digest(self):
"""
Expand Down

0 comments on commit 7dfbd24

Please sign in to comment.