Fix Upnp test

This commit is contained in:
shortcutme 2019-03-20 00:46:16 +01:00
parent 05887c976a
commit c7bfe0d537
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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