mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 08:58:01 +02:00
tests: proxy: fix failure due to property key change in pipewire
This commit is contained in:
parent
69f1cac79c
commit
5a70ed31a8
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ test_proxy_node_remote_global_added (WpCore *core, WpProxy *proxy,
|
|||
|
||||
g_assert_nonnull (props);
|
||||
g_assert_true (wp_properties_peek_dict (props) == info->props);
|
||||
id = wp_properties_get (props, "node.id");
|
||||
id = wp_properties_get (props, PW_KEY_OBJECT_ID);
|
||||
g_assert_nonnull (id);
|
||||
g_assert_cmpint (info->id, ==, atoi(id));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue