mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-04-17 23:33:35 +01:00
committed by
Pascal Vizeli
parent
6646eee504
commit
24ded99286
@@ -36,7 +36,7 @@ def test_group_schema():
|
||||
"optional": True,
|
||||
"schema": [
|
||||
{"name": "name", "required": True, "type": "string"},
|
||||
{"mutliple": True, "name": "data", "required": True, "type": "string"},
|
||||
{"multiple": True, "name": "data", "required": True, "type": "string"},
|
||||
{"name": "path", "optional": True, "type": "string"},
|
||||
],
|
||||
"type": "schema",
|
||||
@@ -65,7 +65,7 @@ def test_group_list():
|
||||
"optional": True,
|
||||
"schema": [
|
||||
{"name": "name", "required": True, "type": "string"},
|
||||
{"mutliple": True, "name": "data", "optional": True, "type": "string"},
|
||||
{"multiple": True, "name": "data", "optional": True, "type": "string"},
|
||||
{"name": "path", "optional": True, "type": "string"},
|
||||
],
|
||||
"type": "schema",
|
||||
|
||||
Reference in New Issue
Block a user