mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
fix: Keep spdlog loggers valid between tests (#2614)
This commit is contained in:
@@ -43,7 +43,7 @@ using namespace web::ng;
|
||||
|
||||
namespace http = boost::beast::http;
|
||||
|
||||
struct NgErrorHandlingTests : NoLoggerFixture {
|
||||
struct NgErrorHandlingTests : public virtual ::testing::Test {
|
||||
static Request
|
||||
makeRequest(bool isHttp, std::optional<std::string> body = std::nullopt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user