Skip to content

Commit

Permalink
test: add missing _Online suffixes (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tachi107 committed Nov 27, 2021
1 parent f907468 commit 824e768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ TEST(DigestAuthTest, FromHTTPWatch_Online) {
}
#endif

TEST(SpecifyServerIPAddressTest, AnotherHostname) {
TEST(SpecifyServerIPAddressTest, AnotherHostname_Online) {
auto host = "google.com";
auto another_host = "example.com";
auto wrong_ip = "0.0.0.0";
Expand All @@ -763,7 +763,7 @@ TEST(SpecifyServerIPAddressTest, AnotherHostname) {
ASSERT_EQ(301, res->status);
}

TEST(SpecifyServerIPAddressTest, RealHostname) {
TEST(SpecifyServerIPAddressTest, RealHostname_Online) {
auto host = "google.com";
auto wrong_ip = "0.0.0.0";

Expand Down

0 comments on commit 824e768

Please sign in to comment.