Skip to content

Commit fd2a4d8

Browse files
committed
fmt
1 parent f79bd8c commit fd2a4d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/unit/test_sign.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,10 @@ def test_identity_proof_claim_lookup(sign_ctx_and_ident_for_env, monkeypatch):
126126
expected_entry = signer.sign_artifact(payload).log_entry
127127
actual_entry = ctx._rekor.log.entries.get(log_index=expected_entry._inner.log_index)
128128

129-
assert expected_entry._inner.canonicalized_body == actual_entry._inner.canonicalized_body
129+
assert (
130+
expected_entry._inner.canonicalized_body
131+
== actual_entry._inner.canonicalized_body
132+
)
130133
assert expected_entry._inner.integrated_time == actual_entry._inner.integrated_time
131134
assert expected_entry._inner.log_id == actual_entry._inner.log_id
132135
assert expected_entry._inner.log_index == actual_entry._inner.log_index

0 commit comments

Comments
 (0)