summaryrefslogtreecommitdiff
path: root/tests/test_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cli.py')
-rw-r--r--tests/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cli.py b/tests/test_cli.py
index 485afd3..c96aa5f 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -35,7 +35,7 @@ def test_valid_args(filepath):
def test_invalid_choise(filepath):
path = filepath('function.sql')
with pytest.raises(SystemExit):
- sqlparse.cli.main([path, '-l', 'spanish'])
+ sqlparse.cli.main([path, '-l', 'Spanish'])
def test_invalid_args(filepath, capsys):