diff options
Diffstat (limited to 'src/bin/dhcp6/tests/classify_unittests.cc')
-rw-r--r-- | src/bin/dhcp6/tests/classify_unittests.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp6/tests/classify_unittests.cc b/src/bin/dhcp6/tests/classify_unittests.cc index 429b6d5c00..e7b14902aa 100644 --- a/src/bin/dhcp6/tests/classify_unittests.cc +++ b/src/bin/dhcp6/tests/classify_unittests.cc @@ -2639,7 +2639,7 @@ TEST_F(ClassifyTest, subClassPrecedence) { string config = R"^( { "interfaces-config": { - "interfaces": [ "*" ] + "interfaces": [ "*" ] }, "preferred-lifetime": 3000, "rebind-timer": 2000, |