Skip to content

Commit

Permalink
test: fix unit tests after merge (#1223)
Browse files Browse the repository at this point in the history
**Issue number:** N/A

## Summary

### Changes

> Please provide a summary of what's being changed

Fixes unit test step after merge.

### User experience

> Please describe what the user experience looks like before and after
this change

N/A

## Checklist

If your change doesn't seem to apply, please leave them unchecked.

* [x] I have performed a self-review of this change
* [x] Changes have been tested
* [ ] Changes are documented
* [x] PR title follows [conventional commit
semantics](https://www.conventionalcommits.org/en/v1.0.0/)
  • Loading branch information
artemrys authored Jun 3, 2024
1 parent b3d6e94 commit a477146
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 a477146

Please sign in to comment.