2
0
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:
Hao Shen
2017-03-30 14:32:42 -07:00
parent 2aabad714a
commit 5967b55148
6 changed files with 25 additions and 27 deletions

View File

@@ -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')