summaryrefslogtreecommitdiff
path: root/tests/lib/cli/test_commands.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2020-08-24 16:22:21 -0300
committerGitHub <noreply@github.com>2020-08-24 16:22:21 -0300
commitf4c3f7f60f9880b3dd785a9f2a6c6a0c53e9fb89 (patch)
tree753c685a653690b493685efd3163e5bf80d817cf /tests/lib/cli/test_commands.c
parent4f4eed1cff8e452e763d28d61b2942db60bef466 (diff)
parent390a886277ba3afc6b9371cc13587b9a30ce5bdb (diff)
Merge pull request #6963 from chiragshah6/mdev
*: record northbound transaction based on control flag
Diffstat (limited to 'tests/lib/cli/test_commands.c')
-rw-r--r--tests/lib/cli/test_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/cli/test_commands.c b/tests/lib/cli/test_commands.c
index 2b345c91e8..cb512211a4 100644
--- a/tests/lib/cli/test_commands.c
+++ b/tests/lib/cli/test_commands.c
@@ -209,7 +209,7 @@ static void test_init(void)
cmd_init(1);
yang_init(true);
- nb_init(master, NULL, 0);
+ nb_init(master, NULL, 0, false);
install_node(&bgp_node);
install_node(&rip_node);