Skip to content
Snippets Groups Projects
Commit 5a70ed31 authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

tests: proxy: fix failure due to property key change in pipewire

parent 69f1cac7
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment