tests: Remove forgotten development time print
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
27a7e75651
commit
fd86ea402e
1 changed files with 0 additions and 1 deletions
|
@ -3365,7 +3365,6 @@ def test_ap_hs20_req_operator_icon(dev, apdev):
|
||||||
if "hs20_operator_icon_metadata" not in bss:
|
if "hs20_operator_icon_metadata" not in bss:
|
||||||
raise Exception("hs20_operator_icon_metadata missing from BSS entry")
|
raise Exception("hs20_operator_icon_metadata missing from BSS entry")
|
||||||
if bss["hs20_operator_icon_metadata"] != binascii.hexlify(value).decode():
|
if bss["hs20_operator_icon_metadata"] != binascii.hexlify(value).decode():
|
||||||
print(binascii.hexlify(value))
|
|
||||||
raise Exception("Unexpected hs20_operator_icon_metadata value: " +
|
raise Exception("Unexpected hs20_operator_icon_metadata value: " +
|
||||||
bss["hs20_operator_icon_metadata"])
|
bss["hs20_operator_icon_metadata"])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue