We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b7732 commit c029597Copy full SHA for c029597
test/test.cc
@@ -442,7 +442,7 @@ TEST(HostnameToIPConversionTest, HTTPWatch_Online) {
442
auto host = "www.httpwatch.com";
443
444
auto ip = hosted_at(host);
445
- EXPECT_EQ("191.236.16.12", ip);
+ EXPECT_EQ("23.96.13.243", ip);
446
447
std::vector<std::string> addrs;
448
hosted_at(host, addrs);
0 commit comments