Failed
OmeroPy.test.integration.gatewaytest.test_connection.TestConnectionMethods.testSecure (from pytest)
Error Message
assert not True + where True = <bound method BaseClient.isSecure of <omero.clients.BaseClient object at 0x7f9d97e14670>>() + where <bound method BaseClient.isSecure of <omero.clients.BaseClient object at 0x7f9d97e14670>> = <omero.clients.BaseClient object at 0x7f9d97e14670>.isSecure
Stacktrace
self = <test.integration.gatewaytest.test_connection.TestConnectionMethods object at 0x7f9dea017910> gatewaywrapper = <omero.gateway.pytest_fixtures.GatewayWrapper object at 0x7f9d84329ee0> def testSecure(self, gatewaywrapper): client = omero.client() client.createSession("root", dbhelpers.ROOT.passwd) > assert not client.isSecure() E assert not True E + where True = <bound method BaseClient.isSecure of <omero.clients.BaseClient object at 0x7f9d97e14670>>() E + where <bound method BaseClient.isSecure of <omero.clients.BaseClient object at 0x7f9d97e14670>> = <omero.clients.BaseClient object at 0x7f9d97e14670>.isSecure test/integration/gatewaytest/test_connection.py:308: AssertionError