Skip to content

Commit

Permalink
Update the remote address of www.httpwatch.com (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-park authored Sep 13, 2023
1 parent 30b7732 commit c029597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c029597

Please sign in to comment.