summaryrefslogtreecommitdiff
path: root/tests/dbus/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/channel.c')
-rw-r--r--tests/dbus/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/channel.c b/tests/dbus/channel.c
index 0ad56dbee..3f2aa29ec 100644
--- a/tests/dbus/channel.c
+++ b/tests/dbus/channel.c
@@ -609,7 +609,7 @@ test_contacts (Test *test,
factory = tp_proxy_get_factory (test->connection);
tp_simple_client_factory_add_contact_features_varargs (factory,
TP_CONTACT_FEATURE_ALIAS,
- TP_CONTACT_FEATURE_INVALID);
+ 0);
/* Set an alias for channel's target contact */
handle = tp_channel_get_handle (test->channel_contact, NULL);