Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 824e768

Browse files
authored
test: add missing _Online suffixes (yhirose#1110)
1 parent f907468 commit 824e768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ TEST(DigestAuthTest, FromHTTPWatch_Online) {
746746
}
747747
#endif
748748

749-
TEST(SpecifyServerIPAddressTest, AnotherHostname) {
749+
TEST(SpecifyServerIPAddressTest, AnotherHostname_Online) {
750750
auto host = "google.com";
751751
auto another_host = "example.com";
752752
auto wrong_ip = "0.0.0.0";
@@ -763,7 +763,7 @@ TEST(SpecifyServerIPAddressTest, AnotherHostname) {
763763
ASSERT_EQ(301, res->status);
764764
}
765765

766-
TEST(SpecifyServerIPAddressTest, RealHostname) {
766+
TEST(SpecifyServerIPAddressTest, RealHostname_Online) {
767767
auto host = "google.com";
768768
auto wrong_ip = "0.0.0.0";
769769

0 commit comments

Comments
 (0)