diff options
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | 2011-10-26 13:43:27 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-11-07 15:59:25 +0100 |
commit | c6e9ae1507cec3c7f330b64e060a717675d2a793 (patch) | |
tree | ad8e387cc7ba70611836119572064f8703641bf0 /test | |
parent | 6c95e7c2457cb4c15b1d49c58d8cc4a467f073a3 (diff) | |
download | connman-c6e9ae1507cec3c7f330b64e060a717675d2a793.tar.gz connman-c6e9ae1507cec3c7f330b64e060a717675d2a793.tar.bz2 connman-c6e9ae1507cec3c7f330b64e060a717675d2a793.zip |
test: Tiny typo fix in test-session python script
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-session b/test/test-session index 7613b10e..6c7fa5cc 100755 --- a/test/test-session +++ b/test/test-session @@ -43,7 +43,7 @@ class Notification(dbus.service.Object): def Release(self): print "Release %s" % (self._object_path) session_name = self._object_path.split('/')[-1] - self.app.release(sessioin_name) + self.app.release(session_name) @dbus.service.method("net.connman.Notification", in_signature='a{sv}', out_signature='') |