Skip to content

Commit b2b4cf1

Browse files
test: fix missing quotation sign for args
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 13409b1 commit b2b4cf1

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
@@ -171,8 +171,8 @@ def test_ddg_search_nvidia():
171171
"-m",
172172
"wdoc",
173173
"--task=query",
174-
"--path=How is Nvidia doing this month?",
175-
"--query=How is Nvidia doing this month?",
174+
"--path='How is Nvidia doing this month?'",
175+
"--query='How is Nvidia doing this month?'",
176176
"--filetype=ddg",
177177
"--ddg_max_result=3",
178178
"--model=testing/testing",

0 commit comments

Comments
 (0)