mirror of https://github.com/getdnsapi/getdns.git
Fix test
This commit is contained in:
parent
6cb15939ba
commit
ed36240f19
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"answer_ipv4_address": <bindata for 185.49.140.60>,
|
||||||
"answer_type": GETDNS_NAMETYPE_DNS,
|
"answer_type": GETDNS_NAMETYPE_DNS,
|
||||||
"canonical_name": <bindata for bogus.nlnetlabs.nl.>,
|
"canonical_name": <bindata for bogus.nlnetlabs.nl.>,
|
||||||
"replies_tree":
|
"replies_tree":
|
||||||
|
@ -6,6 +7,7 @@
|
||||||
{
|
{
|
||||||
"additional": [],
|
"additional": [],
|
||||||
"answer": [],
|
"answer": [],
|
||||||
|
"answer_ipv4_address": <bindata for 185.49.140.60>,
|
||||||
"answer_type": GETDNS_NAMETYPE_DNS,
|
"answer_type": GETDNS_NAMETYPE_DNS,
|
||||||
"authority": [],
|
"authority": [],
|
||||||
"header":
|
"header":
|
||||||
|
|
Loading…
Reference in New Issue