From 824e7682e4d95e1bb21e501731eb2b6bb23033d2 Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Sat, 27 Nov 2021 15:54:05 +0100 Subject: [PATCH] test: add missing _Online suffixes (#1110) --- test/test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test.cc b/test/test.cc index 04c9efc..b4d1db7 100644 --- a/test/test.cc +++ b/test/test.cc @@ -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"; @@ -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";