From 79bd6bcee435ab7e528fc724d124664f77240e5e Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Wed, 19 Mar 2014 12:34:33 +0100 Subject: [PATCH] test: Fix cyclingspeed manager interface name --- test/test-cyclingspeed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-cyclingspeed b/test/test-cyclingspeed index 4b8d841b1..393f79c72 100755 --- a/test/test-cyclingspeed +++ b/test/test-cyclingspeed @@ -144,7 +144,7 @@ if __name__ == "__main__": device_path = device.object_path cscmanager = dbus.Interface(bus.get_object(BUS_NAME, adapter_path), - CYCLINGSPEED_WATCHER_INTERFACE) + CYCLINGSPEED_MANAGER_INTERFACE) watcher_path = "/test/watcher" watcher = Watcher(bus, watcher_path) -- 2.11.0