diff options
Diffstat (limited to 'tests/notifications-test.cc')
-rw-r--r-- | tests/notifications-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notifications-test.cc b/tests/notifications-test.cc index d66c242..2e5acd4 100644 --- a/tests/notifications-test.cc +++ b/tests/notifications-test.cc @@ -210,7 +210,7 @@ class NotificationsTest : public ::testing::Test g_dbus_connection_call(bus, g_dbus_connection_get_unique_name(bus), - "/com/canonical/indicator/sound", + "/org/ayatana/indicator/sound", "org.gtk.Actions", "SetState", g_variant_new("(sva{sv})", "indicator-shown", g_variant_new_boolean(shown), nullptr), |