fixed test

This commit is contained in:
2025-08-31 07:30:01 -05:00
parent bbdf8ebad8
commit 5a4e1302f1

View File

@@ -65,7 +65,7 @@ TEST(json_serialize_test, can_handle_encrypt_config) {
EXPECT_STREQ("token",
data.at(JSON_ENCRYPTION_TOKEN).get<std::string>().c_str());
EXPECT_STREQ(utils::collection::to_hex_string(kdf_cfg.to_header()).c_str(),
data.at(JSON_PATH).get<std::string>().c_str());
data.at(JSON_KDF_CONFIG).get<std::string>().c_str());
EXPECT_STREQ("path", data.at(JSON_PATH).get<std::string>().c_str());
{