mirror of https://github.com/MISP/PyMISP
Fix typo in the method name
parent
f679e8aa7d
commit
14fcc5f586
|
@ -279,7 +279,7 @@ class PyMISP(object):
|
||||||
# ############### Simple REST API ################
|
# ############### Simple REST API ################
|
||||||
# ################################################
|
# ################################################
|
||||||
|
|
||||||
def test_connexion(self):
|
def test_connection(self):
|
||||||
"""Test the auth key"""
|
"""Test the auth key"""
|
||||||
response = self.get_version()
|
response = self.get_version()
|
||||||
if response.get('errors'):
|
if response.get('errors'):
|
||||||
|
|
Loading…
Reference in New Issue