tests: Fix a typo in an error message
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
4ec67d514f
commit
79db4092c4
1 changed files with 1 additions and 1 deletions
|
@ -3906,7 +3906,7 @@ def test_dpp_proto_auth_req_invalid_i_bootstrap_key(dev, apdev):
|
||||||
raise Exception("DPP scan request not seen")
|
raise Exception("DPP scan request not seen")
|
||||||
ev = dev[1].wait_event(["DPP-RESPONSE-PENDING"], timeout=5)
|
ev = dev[1].wait_event(["DPP-RESPONSE-PENDING"], timeout=5)
|
||||||
if ev is None:
|
if ev is None:
|
||||||
raise Exception("DPP response pending indivation not seen")
|
raise Exception("DPP response pending indication not seen")
|
||||||
|
|
||||||
def test_dpp_proto_auth_req_no_i_proto_key(dev, apdev):
|
def test_dpp_proto_auth_req_no_i_proto_key(dev, apdev):
|
||||||
"""DPP protocol testing - no I-proto key in Auth Req"""
|
"""DPP protocol testing - no I-proto key in Auth Req"""
|
||||||
|
|
Loading…
Reference in a new issue