summaryrefslogtreecommitdiffstats
path: root/tests/client/test_firewall.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/client/test_firewall.py')
-rw-r--r--tests/client/test_firewall.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/client/test_firewall.py b/tests/client/test_firewall.py
index d19839b..71f1940 100644
--- a/tests/client/test_firewall.py
+++ b/tests/client/test_firewall.py
@@ -116,6 +116,8 @@ def test_main(mock_get_method, mock_setup_daemon, mock_rewrite_etc_hosts):
assert mock_setup_daemon.mock_calls == [call()]
assert mock_get_method.mock_calls == [
call('not_auto'),
+ call().is_supported(),
+ call().is_supported().__bool__(),
call().setup_firewall(
1024, 1026,
[(AF_INET6, u'2404:6800:4004:80c::33')],