mirror of
https://github.com/HelloZeroNet/ZeroNet.git
synced 2023-12-14 04:33:03 +01:00
Fix Upnp test
This commit is contained in:
parent
05887c976a
commit
c7bfe0d537
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue