summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2014-03-19 12:34:33 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-03-19 14:04:40 +0200
commit79bd6bcee435ab7e528fc724d124664f77240e5e (patch)
tree170b755416df82d170b673c73a8703f9c9fcaf3b /test
parent294326c0999fb5a86c4c9f6a520c58edcb97489f (diff)
downloadbluez-79bd6bcee435ab7e528fc724d124664f77240e5e.tar.gz
test: Fix cyclingspeed manager interface name
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-cyclingspeed2
1 files changed, 1 insertions, 1 deletions
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)