mirror of https://github.com/MISP/PyMISP
Fix a type on function name.
parent
e91d4a7d2d
commit
2edc6eedca
|
@ -412,7 +412,7 @@ class TestOffline(unittest.TestCase):
|
|||
def test_change_disablecorrelation(self, m):
|
||||
self.initURI(m)
|
||||
pymisp = PyMISP(self.domain, self.key)
|
||||
self.assertEqual({}, pymisp.change_disable_correlation(self.key, 1))
|
||||
self.assertEqual({}, pymisp.change_disablecorrelation(self.key, 1))
|
||||
|
||||
def test_change_disablecorrelation_invalid(self, m):
|
||||
self.initURI(m)
|
||||
|
|
Loading…
Reference in New Issue