test: add missing "_Online" suffix (#1183)

This test fails reproducibly in a Debian build chroot, and they generally don't have internet access
This commit is contained in:
Andrea Pappacoda 2022-01-30 18:34:52 +01:00 committed by GitHub
parent 7f43f0f3ff
commit 894fcc8e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ TEST(ConnectionErrorTest, InvalidPort) {
EXPECT_EQ(Error::Connection, res.error());
}
TEST(ConnectionErrorTest, Timeout) {
TEST(ConnectionErrorTest, Timeout_Online) {
auto host = "google.com";
#ifdef CPPHTTPLIB_OPENSSL_SUPPORT