From: Jouni Malinen Date: Wed, 1 Jan 2020 09:29:47 +0000 (+0200) Subject: tests: Fix a missing parentheses in an error message X-Git-Tag: hostap_2_10~2032 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d4a5de11cf1bf532dbaa7f88a972da91448ca8;p=thirdparty%2Fhostap.git tests: Fix a missing parentheses in an error message Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 7527b6c14..c5104baac 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -3698,7 +3698,7 @@ def wait_auth_success(responder, initiator, configurator=None, enrollee=None, if ev is None: raise Exception("DPP configuration not completed (Configurator)") if "DPP-CONF-FAILED" in ev and not allow_configurator_failure: - raise Exception("DPP configuration did not succeed (Configurator") + raise Exception("DPP configuration did not succeed (Configurator)") if "DPP-CONF-SENT" in ev and require_configurator_failure: raise Exception("DPP configuration succeeded (Configurator)") if "DPP-CONF-SENT" in ev and "wait_conn_status=1" in ev: