summaryrefslogtreecommitdiff
path: root/tests/test_cli.py
diff options
context:
space:
mode:
authorVictor Uriarte <victor.m.uriarte@intel.com>2017-11-29 09:56:06 -0700
committerVictor Uriarte <victor.m.uriarte@intel.com>2017-11-29 14:52:15 -0700
commit43478c60394e09246ee6275f89ae434e429cc5b5 (patch)
tree07c7cf589827d53212e38f54cc84bc88d56a1b5d /tests/test_cli.py
parent745df4576efca44b226bcdca33f718a5fa670eab (diff)
downloadsqlparse-typo.tar.gz
Fix typostypo
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):