Merge pull request #4464
bef1750f
unit_tests: fix longstanding DNS related unit test (moneromooo-monero)
This commit is contained in:
commit
f34f9312f2
|
@ -109,7 +109,7 @@ TEST(AddressFromURL, Failure)
|
|||
{
|
||||
bool dnssec_result = false;
|
||||
|
||||
std::vector<std::string> addresses = tools::dns_utils::addresses_from_url("example.invalid", dnssec_result);
|
||||
std::vector<std::string> addresses = tools::dns_utils::addresses_from_url("example.veryinvalid", dnssec_result);
|
||||
|
||||
// for a non-existing domain such as "example.invalid", the non-existence is proved with NSEC records
|
||||
ASSERT_TRUE(dnssec_result);
|
||||
|
|
Loading…
Reference in New Issue