From 5484c039b52fe090170e4894eb535a710ab7dcff Mon Sep 17 00:00:00 2001 From: ziajka Date: Fri, 27 Apr 2018 14:47:09 +0200 Subject: [PATCH] Fix tests --- tests/registry/test_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/registry/test_config.py b/tests/registry/test_config.py index 51ff980b..4e7dded1 100644 --- a/tests/registry/test_config.py +++ b/tests/registry/test_config.py @@ -145,6 +145,7 @@ def test_add_appliance_docker(empty_config, iou_l3): "adapters": 16, "start_command": "", "environment": "", + 'extra_hosts': "", "usage": "By default all interfaces are connected to the br0", "console_type": "telnet", "console_http_port": 80,