diff options
author | Francis Dupont <fdupont@isc.org> | 2024-06-02 20:53:05 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2024-06-05 10:13:55 +0200 |
commit | 31b7b96f820fbe7e77cab3d5543385bfc19f9663 (patch) | |
tree | 5a9c3c328f4cbd3ef565a68ad388101c6e752ffc /src/bin/d2 | |
parent | [#3350] upgrade pip in hammer for rhel (diff) | |
download | kea-31b7b96f820fbe7e77cab3d5543385bfc19f9663.tar.xz kea-31b7b96f820fbe7e77cab3d5543385bfc19f9663.zip |
[#2618] Fixed shadow
Diffstat (limited to 'src/bin/d2')
-rw-r--r-- | src/bin/d2/tests/d2_cfg_mgr_unittests.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/d2/tests/d2_cfg_mgr_unittests.cc b/src/bin/d2/tests/d2_cfg_mgr_unittests.cc index 12c95a7f5b..62a7113970 100644 --- a/src/bin/d2/tests/d2_cfg_mgr_unittests.cc +++ b/src/bin/d2/tests/d2_cfg_mgr_unittests.cc @@ -929,7 +929,6 @@ TEST_F(D2CfgMgrTest, configPermutations) { // 3. data - configuration text to parse // 4. convert data into JSON text // 5. submit JSON for parsing - isc::data::ConstElementPtr test; ASSERT_TRUE(tests->get("test-list")); for (auto const& test : tests->get("test-list")->listValue()) { // Grab the description. |