We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011baa4 commit fe8caafCopy full SHA for fe8caaf
examples/server/tests/unit/test_infill.py
@@ -18,7 +18,7 @@ def test_infill_without_input_extra():
18
"input_suffix": "}\n",
19
})
20
assert res.status_code == 200
21
- assert match_regex("(Ann|small|shiny)+", res.body["content"])
+ assert match_regex("(Ann|small|shiny|Daddy)+", res.body["content"])
22
23
24
def test_infill_with_input_extra():
0 commit comments