test: fix remove http proxy

This commit is contained in:
Adrien Waksberg 2022-04-07 15:33:41 +02:00
parent 3ea18befab
commit f7bbe52512
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
roles:
- ansible-role-swarm
vars:
swarm_proxy_url: http://127.0.0.1:3128
swarm_manager: true
swarm_init: true
swarm_networks:

View file

@ -14,7 +14,6 @@ def test_default_config_file(host):
assert path.user == 'root'
assert path.group == 'root'
assert path.mode == 0o644
assert path.contains('https_proxy=http://127.0.0.1:3128')
def test_service(host):
service = host.service('docker')