Skip to content

Commit

Permalink
Fix copy-paste mistake in data validation test (#3591)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Apr 9, 2024
1 parent ebf0f4c commit 3a59836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/utils/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ def without(d: dict, key: str) -> dict:
),
# Extra key
(
["appdaemon", "plugin", "python_script", "template", "theme"],
GOOD_COMMON_DATA | {"extra": "key"},
["integration"],
GOOD_INTEGRATION_DATA | {"extra": "key"},
pytest.raises(Invalid),
),
],
Expand Down

0 comments on commit 3a59836

Please sign in to comment.