diff --git a/tests/test_config_loader.py b/tests/test_config_loader.py index 98441cba62..ebf0088a19 100644 --- a/tests/test_config_loader.py +++ b/tests/test_config_loader.py @@ -295,7 +295,7 @@ def test_load_config_file_with_schema_validation( dedent( """ This behavior is deprecated in Hydra 1.1 and will be removed in Hydra 1.2. - See https://hydra.cc/docs/1.2/upgrades/1.0_to_1.1/automatic_schema_matching for migration instructions.""" + See https://hydra.cc/docs/1.2/upgrades/1.0_to_1.1/automatic_schema_matching for migration instructions.""" # noqa: E501 line too long ) ) )