summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test_isort.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_isort.py b/test_isort.py
index df46a75a..1e75c17e 100644
--- a/test_isort.py
+++ b/test_isort.py
@@ -2913,7 +2913,7 @@ def test_settings_path_skip_issue_909(tmpdir):
test_run_directory = os.getcwd()
os.chdir(str(base_dir))
- with pytest.raises(Exception): # without the settings path provided: the command should not skip & identify errors
+ with pytest.raises(Exception): # without the settings path provided: the command should not skip & identify errors
check_output(['isort', '--check-only'])
results = check_output(['isort', '--check-only', '--settings-path=conf/.isort.cfg'])
os.chdir(str(test_run_directory))