[fold] fix test

This commit is contained in:
Denis Angell
2025-02-04 12:08:12 +01:00
parent fe43029272
commit 97a10d6556

View File

@@ -677,7 +677,7 @@ class ServerStatus_test : public beast::unit_test::suite,
std::string(resp["Upgrade"]) == "websocket");
BEAST_EXPECT(
resp.find("Connection") != resp.end() &&
std::string(resp["Connection"]) == "Upgrade");
std::string(resp["Connection"]) == "upgrade");
}
void