From 5a4e1302f1ce2391e5dfbda52037147b426efbe2 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sun, 31 Aug 2025 07:30:01 -0500 Subject: [PATCH] fixed test --- repertory/repertory_test/src/json_serialize_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/src/json_serialize_test.cpp b/repertory/repertory_test/src/json_serialize_test.cpp index 873a5858..70a56549 100644 --- a/repertory/repertory_test/src/json_serialize_test.cpp +++ b/repertory/repertory_test/src/json_serialize_test.cpp @@ -65,7 +65,7 @@ TEST(json_serialize_test, can_handle_encrypt_config) { EXPECT_STREQ("token", data.at(JSON_ENCRYPTION_TOKEN).get().c_str()); EXPECT_STREQ(utils::collection::to_hex_string(kdf_cfg.to_header()).c_str(), - data.at(JSON_PATH).get().c_str()); + data.at(JSON_KDF_CONFIG).get().c_str()); EXPECT_STREQ("path", data.at(JSON_PATH).get().c_str()); {