mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-26 16:40:17 +00:00
chore: Fixes after tidy v22 update (#3108)
This commit is contained in:
@@ -712,7 +712,7 @@ TEST_F(WebServerTest, AdminErrorCfgTestBothAdminPasswordAndLocalAdminSet)
|
||||
boost::json::parse(jsonServerConfigWithBothAdminPasswordAndLocalAdmin)
|
||||
)};
|
||||
|
||||
MockLedgerCache cache;
|
||||
MockLedgerCache const cache;
|
||||
auto const result = web::makeHttpServer(serverConfig, ctx, dosGuardOverload, e, cache);
|
||||
EXPECT_FALSE(result.has_value());
|
||||
}
|
||||
@@ -736,7 +736,7 @@ TEST_F(WebServerTest, AdminErrorCfgTestBothAdminPasswordAndLocalAdminFalse)
|
||||
boost::json::parse(jsonServerConfigWithNoAdminPasswordAndLocalAdminFalse)
|
||||
)};
|
||||
|
||||
MockLedgerCache cache;
|
||||
MockLedgerCache const cache;
|
||||
auto const result = web::makeHttpServer(serverConfig, ctx, dosGuardOverload, e, cache);
|
||||
EXPECT_FALSE(result.has_value());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user