mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-13 09:47:08 +02:00
make sure that existing python2 compatibility is not broken by this feature
This commit is contained in:
@ -157,7 +157,7 @@ def test_main(mock_get_method, mock_setup_daemon, mock_rewrite_etc_hosts):
|
||||
None,
|
||||
None,
|
||||
'0x01'),
|
||||
call().wait_for_firewall_ready(os.getpid()),
|
||||
call().wait_for_firewall_ready(12345),
|
||||
call().restore_firewall(1024, AF_INET6, True, None, None),
|
||||
call().restore_firewall(1025, AF_INET, True, None, None),
|
||||
]
|
||||
|
Reference in New Issue
Block a user