summary refs log tree commit diff
path: root/libnm-core/tests/test-setting.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/tests/test-setting.c')
-rw-r--r--libnm-core/tests/test-setting.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-core/tests/test-setting.c b/libnm-core/tests/test-setting.c
index 01cdb41c..56ba3154 100644
--- a/libnm-core/tests/test-setting.c
+++ b/libnm-core/tests/test-setting.c
@@ -687,7 +687,7 @@ test_bond_normalize(void)
                                 ((const char *[]){"mode", "active-backup", "miimon", "1", NULL}));
     test_bond_normalize_options(
         ((const char *[]){"mode", "balance-alb", "tlb_dynamic_lb", "1", NULL}),
-        ((const char *[]){"mode", "balance-alb", NULL}));
+        ((const char *[]){"mode", "balance-alb", "tlb_dynamic_lb", "1", NULL}));
     test_bond_normalize_options(
         ((const char *[]){"mode", "balance-tlb", "tlb_dynamic_lb", "1", NULL}),
         ((const char *[]){"mode", "balance-tlb", "tlb_dynamic_lb", "1", NULL}));