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

tests: fix permissions check failure with latest pipewire

parent 3e653255
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ test_proxy_basic_object_added (WpObjectManager *om, WpProxy *proxy,
g_assert_nonnull (omcore);
g_assert_true (pcore == omcore);
}
g_assert_cmphex (wp_proxy_get_global_permissions (proxy), ==, PW_PERM_RWX);
g_assert_cmphex (wp_proxy_get_global_permissions (proxy), ==, PW_PERM_ALL);
g_assert_true (WP_IS_CLIENT (proxy));
g_assert_cmphex (wp_proxy_get_features (proxy), ==, 0);
......
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