We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3ef0a commit 41a5a10Copy full SHA for 41a5a10
test/unit/test_models.py
@@ -42,7 +42,9 @@ def test_missing_inclusion_proof(self):
42
inclusion_promise=None,
43
)
44
45
- def test_missing_inclusion_promise_and_integrated_time_round_trip(self, signing_bundle):
+ def test_missing_inclusion_promise_and_integrated_time_round_trip(
46
+ self, signing_bundle
47
+ ):
48
"""
49
Ensures that LogEntry._to_rekor() succeeds even without an inclusion_promise and integrated_time.
50
0 commit comments