From c7bfe0d537105f492af31fa35371eeb1f635cda7 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Wed, 20 Mar 2019 00:46:16 +0100 Subject: [PATCH] Fix Upnp test --- src/Test/TestUpnpPunch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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