def configure_ssl(keystone): trove.configure_ssl(keystone)
def test_configure_ssl(self): self.patch_object(trove.TroveCharm.singleton, 'configure_ssl') trove.configure_ssl() self.configure_ssl.assert_called_once_with(None)