Skip to content

Commit 0ef8354

Browse files
authored
Merge branch 'main' into feature/boundaries-accessors
2 parents c734f17 + 194aa6b commit 0ef8354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/new_core/param_validation/test_export_param_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def test_invalid_format_with_suggestion(self):
217217
def test_format_auto_correction(self, typo_format, expected_corrected, caplog):
218218
"""Test that common typos and variations are auto-corrected."""
219219
params = {"file_format": typo_format}
220-
with caplog.at_level(logging.INFO):
220+
with caplog.at_level(logging.INFO, logger="climakitae"):
221221
_validate_file_format_param(params)
222222
# Check that the params were updated in place
223223
assert params["file_format"] == expected_corrected

0 commit comments

Comments
 (0)