Fix typo in the method name

pull/98/head
Raphaël Vinot 2017-07-21 15:16:00 +02:00
parent f679e8aa7d
commit 14fcc5f586
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class PyMISP(object):
# ############### Simple REST API ################
# ################################################
def test_connexion(self):
def test_connection(self):
"""Test the auth key"""
response = self.get_version()
if response.get('errors'):