summaryrefslogtreecommitdiff
path: root/tests/unit/test_web.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_web.py')
-rw-r--r--tests/unit/test_web.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/unit/test_web.py b/tests/unit/test_web.py
index 381d4585a..184a4b0ac 100644
--- a/tests/unit/test_web.py
+++ b/tests/unit/test_web.py
@@ -365,6 +365,9 @@ class TestWeb(BaseTestWeb):
'tags': [],
'timeout': None,
'variables': {},
+ 'extra_variables': {},
+ 'group_variables': {},
+ 'host_variables': {},
'variant_description': '',
'voting': True
}, {
@@ -406,6 +409,9 @@ class TestWeb(BaseTestWeb):
'tags': [],
'timeout': None,
'variables': {},
+ 'extra_variables': {},
+ 'group_variables': {},
+ 'host_variables': {},
'variant_description': 'stable',
'voting': True
}], data)
@@ -445,6 +451,9 @@ class TestWeb(BaseTestWeb):
'tags': [],
'timeout': None,
'variables': {},
+ 'extra_variables': {},
+ 'group_variables': {},
+ 'host_variables': {},
'variant_description': '',
'voting': True
}], data)
@@ -563,6 +572,9 @@ class TestWeb(BaseTestWeb):
'tags': [],
'timeout': None,
'variables': {},
+ 'extra_variables': {},
+ 'group_variables': {},
+ 'host_variables': {},
'variant_description': '',
'voting': True}],
[{'abstract': False,
@@ -597,6 +609,9 @@ class TestWeb(BaseTestWeb):
'tags': [],
'timeout': None,
'variables': {},
+ 'extra_variables': {},
+ 'group_variables': {},
+ 'host_variables': {},
'variant_description': '',
'voting': True}],
[{'abstract': False,
@@ -631,6 +646,9 @@ class TestWeb(BaseTestWeb):
'tags': [],
'timeout': None,
'variables': {},
+ 'extra_variables': {},
+ 'group_variables': {},
+ 'host_variables': {},
'variant_description': '',
'voting': True}],
[{'abstract': False,
@@ -665,6 +683,9 @@ class TestWeb(BaseTestWeb):
'tags': [],
'timeout': None,
'variables': {},
+ 'extra_variables': {},
+ 'group_variables': {},
+ 'host_variables': {},
'variant_description': '',
'voting': True}]]
@@ -718,6 +739,9 @@ class TestWeb(BaseTestWeb):
'tags': [],
'timeout': None,
'variables': {},
+ 'extra_variables': {},
+ 'group_variables': {},
+ 'host_variables': {},
'variant_description': '',
'voting': True}
]],