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:
@@ -40,7 +40,7 @@ using namespace std;
|
||||
using namespace util::config;
|
||||
using namespace web::dosguard;
|
||||
|
||||
struct DOSGuardTest : NoLoggerFixture {
|
||||
struct DOSGuardTest : public virtual ::testing::Test {
|
||||
static constexpr auto kJSON_DATA = R"JSON({
|
||||
"dos_guard": {
|
||||
"max_fetches": 100,
|
||||
|
||||
Reference in New Issue
Block a user