Skip to content

Commit

Permalink
Check new expected field
Browse files Browse the repository at this point in the history
  • Loading branch information
roypaulin committed Nov 3, 2023
1 parent 4c3eb9c commit b9cf447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_json_expected_fields(dashboard_json):
j = dashboard_json
# Look for well-known fields that the JSON must have
expected_fields = ["uid", "title", "tags", "panels", "schemaVersion",
"version", "description", "links"]
"version", "description", "links", "__requires"]
for ef in expected_fields:
assert ef in j

Expand Down

0 comments on commit b9cf447

Please sign in to comment.