tests/config-policy: add "node.autoconnect" on nodes to pass the test

This commit is contained in:
George Kiagiadakis 2020-06-16 19:15:09 +03:00
parent 881b45dc4a
commit 707518937a

View file

@ -30,6 +30,7 @@ load_item (TestFixture * f, const gchar * factory, const gchar * media_class)
wp_properties_new (
"factory.name", factory,
"node.name", factory,
"node.autoconnect", "true",
NULL));
g_assert_nonnull (node);
@ -80,6 +81,7 @@ load_adapter_item (TestFixture * f, const gchar * factory,
wp_properties_new (
"factory.name", factory,
"node.name", factory,
"node.autoconnect", "true",
NULL));
g_assert_nonnull (node);