diff --git a/tests/tests_integration/test_configs.py b/tests/tests_integration/test_configs.py index a17a86c5..276e4132 100644 --- a/tests/tests_integration/test_configs.py +++ b/tests/tests_integration/test_configs.py @@ -323,9 +323,7 @@ def test_supplied_config_file_bad_types(self, project, tmp_path): f"Config file was not updated." ) - def test_supplied_config_file_changes_wrong_order( - self, project, tmp_path - ): + def test_supplied_config_file_changes_wrong_order(self, project, tmp_path): """ Test the situation when a config file is passed with variables in the wrong order.