summaryrefslogtreecommitdiffstats
path: root/src/service-dbus
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2013-10-17 15:19:51 +0200
committerRadek Novacek <rnovacek@redhat.com>2013-10-17 15:19:51 +0200
commit99148a1ed6efa3796c4b03aba569eaf707fe4d50 (patch)
tree8cdf6da0d310b3ba6d02448918ad64d27fdf2270 /src/service-dbus
parente8bcc38f5bf73335b798ef5b443af3ba3834c501 (diff)
downloadopenlmi-providers-99148a1ed6efa3796c4b03aba569eaf707fe4d50.tar.gz
openlmi-providers-99148a1ed6efa3796c4b03aba569eaf707fe4d50.tar.xz
openlmi-providers-99148a1ed6efa3796c4b03aba569eaf707fe4d50.zip
service: fix syntax error in tests (true -> True)
Diffstat (limited to 'src/service-dbus')
-rw-r--r--src/service-dbus/test/testService.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service-dbus/test/testService.py b/src/service-dbus/test/testService.py
index db7808f..e3791c5 100644
--- a/src/service-dbus/test/testService.py
+++ b/src/service-dbus/test/testService.py
@@ -61,7 +61,7 @@ class TestConnection(unittest.TestCase):
Cases:
LMIConnection is properly returned
"""
- conn = lmishell.connect(HOST, USER, PASSWD, verify_server_cert=false)
+ conn = lmishell.connect(HOST, USER, PASSWD, verify_server_cert=False)
self.assertTrue(isinstance(conn, lmishell.LMIConnection), "Couldn't connect to remote provider")