1
0
mirror of synced 2025-06-12 07:41:53 +03:00

Update the remote address of www.httpwatch.com (#1664)

This commit is contained in:
Jiwoo Park
2023-09-13 23:33:33 +09:00
committed by GitHub
parent 30b7732565
commit c029597a5a

View File

@ -442,7 +442,7 @@ TEST(HostnameToIPConversionTest, HTTPWatch_Online) {
auto host = "www.httpwatch.com";
auto ip = hosted_at(host);
EXPECT_EQ("191.236.16.12", ip);
EXPECT_EQ("23.96.13.243", ip);
std::vector<std::string> addrs;
hosted_at(host, addrs);