mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 01:58:01 +02:00
tests/config-policy: add "node.autoconnect" on nodes to pass the test
This commit is contained in:
parent
881b45dc4a
commit
707518937a
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue