Skip to content

Commit 254a9fb

Browse files
committed
Remove quotes.
1 parent 82898f0 commit 254a9fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def test_validate():
597597

598598

599599
def test_validate_from_command_line():
600-
cmd = "python -m codicefiscale validate 'RSSMRA90A01H501W'"
600+
cmd = "python -m codicefiscale validate RSSMRA90A01H501W"
601601
assert_command_output(cmd, "✅")
602602

603603

@@ -613,5 +613,5 @@ def test_validate_with_wrong_code():
613613

614614

615615
def test_validate_with_wrong_code_from_command_line():
616-
cmd = "python -m codicefiscale validate 'RSSMRA90A01H501X'"
616+
cmd = "python -m codicefiscale validate RSSMRA90A01H501X"
617617
assert_command_output(cmd, "❌")

0 commit comments

Comments
 (0)