mirror of https://github.com/OpenKMIP/PyKMIP.git
correct spelling mistake
This commit is contained in:
parent
29ee652f33
commit
0f249a0121
|
@ -655,7 +655,7 @@ class TestSignResponsePayload(testtools.TestCase):
|
||||||
def test_equal_on_not_equal_unique_identifier(self):
|
def test_equal_on_not_equal_unique_identifier(self):
|
||||||
"""
|
"""
|
||||||
Test that the equality operator returns False when comparing two
|
Test that the equality operator returns False when comparing two
|
||||||
sign reponse payloads with different unique_identifier.
|
sign response payloads with different unique_identifier.
|
||||||
"""
|
"""
|
||||||
a = sign.SignResponsePayload(unique_identifier='a',
|
a = sign.SignResponsePayload(unique_identifier='a',
|
||||||
signature_data=b'\x01')
|
signature_data=b'\x01')
|
||||||
|
|
Loading…
Reference in New Issue