Skip to content

Commit fe8caaf

Browse files
committed
server : update infill tests
1 parent 011baa4 commit fe8caaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/tests/unit/test_infill.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_infill_without_input_extra():
1818
"input_suffix": "}\n",
1919
})
2020
assert res.status_code == 200
21-
assert match_regex("(Ann|small|shiny)+", res.body["content"])
21+
assert match_regex("(Ann|small|shiny|Daddy)+", res.body["content"])
2222

2323

2424
def test_infill_with_input_extra():

0 commit comments

Comments
 (0)