mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-14 16:58:30 +00:00
Update the remote address of www.httpwatch.com (#1664)
This commit is contained in:
parent
30b7732565
commit
c029597a5a
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ TEST(HostnameToIPConversionTest, HTTPWatch_Online) {
|
||||||
auto host = "www.httpwatch.com";
|
auto host = "www.httpwatch.com";
|
||||||
|
|
||||||
auto ip = hosted_at(host);
|
auto ip = hosted_at(host);
|
||||||
EXPECT_EQ("191.236.16.12", ip);
|
EXPECT_EQ("23.96.13.243", ip);
|
||||||
|
|
||||||
std::vector<std::string> addrs;
|
std::vector<std::string> addrs;
|
||||||
hosted_at(host, addrs);
|
hosted_at(host, addrs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue