diff options
author | Francis Dupont <fdupont@isc.org> | 2020-09-05 16:11:48 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2020-09-21 12:36:02 +0200 |
commit | 7076b167c316b9f2a2f101101b44d0ac282b19c1 (patch) | |
tree | 02182c33aaff13211f6249400a33aff99fa79cfd /src/bin/dhcp4/tests | |
parent | [1102] regen bison for DHCPv4 (diff) | |
download | kea-7076b167c316b9f2a2f101101b44d0ac282b19c1.tar.xz kea-7076b167c316b9f2a2f101101b44d0ac282b19c1.zip |
[#1102] Fixed duplicate in UT
Diffstat (limited to 'src/bin/dhcp4/tests')
-rw-r--r-- | src/bin/dhcp4/tests/inform_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp4/tests/inform_unittest.cc b/src/bin/dhcp4/tests/inform_unittest.cc index 9916a56730..f6d83fd360 100644 --- a/src/bin/dhcp4/tests/inform_unittest.cc +++ b/src/bin/dhcp4/tests/inform_unittest.cc @@ -110,7 +110,7 @@ const char* INFORM_CONFIGS[] = { "\"valid-lifetime\": 600," "\"next-server\": \"10.0.0.1\"," "\"server-hostname\": \"nohost\"," - "\"server-hostname\": \"nofile\"," + "\"boot-file-name\": \"nofile\"," "\"subnet4\": [ { " " \"subnet\": \"192.0.2.0/24\", " " \"reservations\": [ " |