aboutsummaryrefslogtreecommitdiff
path: root/tests/test-notification-response.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-notification-response.cpp')
-rw-r--r--tests/test-notification-response.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-notification-response.cpp b/tests/test-notification-response.cpp
index fd40ed8..d3e9c00 100644
--- a/tests/test-notification-response.cpp
+++ b/tests/test-notification-response.cpp
@@ -47,7 +47,7 @@ namespace
TEST_F(NotificationFixture,Response)
{
// create the world
- make_interactive();
+ mock_capabilities();
auto ne = std::make_shared<ayatana::indicator::notifications::Engine>(APP_NAME);
auto sb = std::make_shared<ayatana::indicator::notifications::DefaultSoundBuilder>();
auto settings = std::make_shared<Settings>();