diff --git a/src/Test/TestUpnpPunch.py b/src/Test/TestUpnpPunch.py index c7a0707e..635af338 100644 --- a/src/Test/TestUpnpPunch.py +++ b/src/Test/TestUpnpPunch.py @@ -176,7 +176,7 @@ class TestUpnpPunch(object): soap_msg = mock_send_requests.call_args[0][0][0][0] - assert result is None + assert result is True assert mock_collect_idg.called assert '192.168.0.12' in soap_msg