Skip to content

Commit 808fbe3

Browse files
authored
Apply suggestion from @maxtropets
1 parent 5dd1e40 commit 808fbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ def test_cbor_receipts(network, args):
912912
if r.status_code == http.HTTPStatus.OK:
913913
cose_receipt = r.body.data()
914914
uhdr = cbor2.loads(cose_receipt).value[1]
915-
VDP_KEY = 396 # ccf::cose::header::iana::VDP
915+
VDP_KEY = 396
916916
if VDP_KEY not in uhdr:
917917
# Signature TX: valid receipt with empty UHDR, skip to next seqno
918918
LOG.debug(

0 commit comments

Comments
 (0)