Skip to content

Commit 4c8fe95

Browse files
committed
Fix basic test for SVCB RR
1 parent 19b7c7d commit 4c8fe95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/types.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -748,11 +748,11 @@ static const rdata_t zonemd_rdata =
748748
0xf2, 0x2c, 0x6b, 0xd6, 0x47, 0xde);
749749

750750
static const char svcb_text[] =
751-
PAD("foo. 1 IN SVCB 0 foo. mandatory=mandatory,key16");
751+
PAD("foo. 1 IN SVCB 0 foo. key16= mandatory=key16");
752752
static const rdata_t svcb_rdata =
753753
RDATA(0x00, 0x00,
754754
3, 'f', 'o', 'o', 0,
755-
0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x10);
755+
0x00, 0x00, 0x00, 0x02, 0x00, 0x10, 0x00, 0x10, 0x00, 0x00);
756756

757757
static const char spf_text[] =
758758
PAD(" SPF \"v=spf1 +all\"");

0 commit comments

Comments
 (0)