Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/develop' into featu…
Browse files Browse the repository at this point in the history
…re/ucc-version-on-ui
  • Loading branch information
vtsvetkov-splunk committed Jun 4, 2024
2 parents 1730651 + a477146 commit 5a2fdaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_global_config_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,12 @@ def test_config_validation_when_deprecated_placeholder_is_used(caplog):
),
(
"invalid_config_meta_default_inputs_page_but_no_inputs_defined.json",
False,
(
'meta.defaultView == "inputs" but there is no inputs defined in globalConfig'
),
),
(
"invalid_config_meta_default_dashboard_page_but_no_dashboard_defined.json",
False,
(
'meta.defaultView == "dashboard" but there is no dashboard defined in globalConfig'
),
Expand Down

0 comments on commit 5a2fdaf

Please sign in to comment.