Skip to content

Commit b8daa97

Browse files
committed
Fix send test
1 parent 064221d commit b8daa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/contrib/send.uts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assert pkt[ICMPv6NDOptRsaSig].signature_pad == b"\x01" * 12
1010

1111
= ICMPv6NDOptCGA build and dissection
1212

13-
pkt = Ether()/IPv6()/ICMPv6ND_NS()/ICMPv6NDOptCGA(CGA_PARAMS=CGA_Params())
13+
pkt = Ether()/IPv6()/ICMPv6ND_NS()/ICMPv6NDOptCGA(CGA_PARAMS=CGA_Params(pubkey=X509_SubjectPublicKeyInfo(signatureAlgorithm=X509_AlgorithmIdentifier(parameters=0))))
1414
pkt = Ether(raw(pkt))
1515

1616
assert ICMPv6NDOptCGA in pkt

0 commit comments

Comments
 (0)