1
0
mirror of synced 2025-04-20 11:47:43 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);