diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-libcustomindicator-dbus-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libcustomindicator-dbus-client.c b/tests/test-libcustomindicator-dbus-client.c index 0ac1071..a506760 100644 --- a/tests/test-libcustomindicator-dbus-client.c +++ b/tests/test-libcustomindicator-dbus-client.c @@ -102,7 +102,7 @@ main (gint argc, gchar * argv[]) DBusGProxy * props = dbus_g_proxy_new_for_name_owner(session_bus, ":1.0", - "/test", + "/need/a/path", DBUS_INTERFACE_PROPERTIES, &error); if (error != NULL) { |