fix: comment from verify config PR (#1823)

PR here: https://github.com/XRPLF/clio/pull/1814#
This commit is contained in:
Peter Chen
2025-01-13 12:58:20 -05:00
committed by GitHub
parent 9659d98140
commit c47b96bc68
4 changed files with 12 additions and 11 deletions

View File

@@ -36,6 +36,13 @@ TEST(VerifyConfigTest, InvalidConfig)
TEST(VerifyConfigTest, ValidConfig)
{
// used to Verify Config test
static constexpr auto kVALID_JSON_DATA = R"JSON({
"server": {
"ip": "0.0.0.0",
"port": 51233
}
})JSON";
auto const tmpConfigFile = TmpFile(kVALID_JSON_DATA);
// current example config should always be compatible with configDefinition