mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-03 16:56:45 +00:00
refactor: Rename static constants (#3073)
This commit is contained in:
@@ -24,15 +24,15 @@ struct ProductionHandlerProviderTest : util::prometheus::WithPrometheus, MockBac
|
||||
util::config::ClioConfigDefinition config{
|
||||
{"api_version.default",
|
||||
util::config::ConfigValue{util::config::ConfigType::Integer}.defaultValue(
|
||||
rpc::kAPI_VERSION_DEFAULT
|
||||
rpc::kApiVersionDefault
|
||||
)},
|
||||
{"api_version.min",
|
||||
util::config::ConfigValue{util::config::ConfigType::Integer}.defaultValue(
|
||||
rpc::kAPI_VERSION_MIN
|
||||
rpc::kApiVersionMin
|
||||
)},
|
||||
{"api_version.max",
|
||||
util::config::ConfigValue{util::config::ConfigType::Integer}.defaultValue(
|
||||
rpc::kAPI_VERSION_MAX
|
||||
rpc::kApiVersionMax
|
||||
)},
|
||||
};
|
||||
StrictMockSubscriptionManagerSharedPtr subscriptionManagerMock;
|
||||
|
||||
Reference in New Issue
Block a user