mirror of
https://github.com/openkmip/pykmip
synced 2025-12-18 09:13:46 +00:00
Fixing stringent argument checks for MAC operation
This commit is contained in:
@@ -115,4 +115,4 @@ class TestKmipClient(testtools.TestCase):
|
||||
Test that the mac method can be called without error.
|
||||
"""
|
||||
dummy = DummyKmipClient()
|
||||
dummy.mac('uid', 'algorithm', 'data')
|
||||
dummy.mac('data', 'uid', 'algorithm')
|
||||
|
||||
Reference in New Issue
Block a user