]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[65-libyang-option-data] typo
authorFrancis Dupont <fdupont@isc.org>
Mon, 24 Sep 2018 14:39:25 +0000 (16:39 +0200)
committerFrancis Dupont <fdupont@isc.org>
Mon, 24 Sep 2018 14:39:25 +0000 (16:39 +0200)
src/lib/yang/tests/translator_option_data_unittests.cc

index 38f312d327ae303fdd3cafa4fa3abc03945e1b5d..6afb34f927ff99c69b0399c2ab4f7613ecb88ac8 100644 (file)
@@ -100,7 +100,7 @@ TEST_F(TranslatorOptionDataListTest, setEmpty) {
 
     // Check that the tree representation is empty.
     S_Tree tree;
-    EXPECT_NO_THROW(tree = sess_->get_subtree("/kea-dhcp6-server:config"));
+    EXPECT_NO_THROW(tree = sess_->get_subtree("/kea-dhcp4-server:config"));
     EXPECT_FALSE(tree);
 }