Skip to content

Commit c3d1ec7

Browse files
authored
Update tests/test_source_cli.py
1 parent f4547a0 commit c3d1ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_source_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2167,7 +2167,7 @@ class Settings(BaseSettings, cli_parse_args=True):
21672167

21682168
assert (
21692169
capsys.readouterr().out
2170-
== f"""usage: example.py [-h] [--visible_obj JSON] [--visible_obj.visible_a int]
2170+
== f"""usage: example.py [-h] [--visible_obj [JSON]] [--visible_obj.visible_a int]
21712171
[--visible_obj.visible_b int]
21722172
21732173
{ARGPARSE_OPTIONS_TEXT}:

0 commit comments

Comments
 (0)