server : update infill tests
This commit is contained in:
parent
011baa4036
commit
fe8caafea0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ def test_infill_without_input_extra():
|
||||||
"input_suffix": "}\n",
|
"input_suffix": "}\n",
|
||||||
})
|
})
|
||||||
assert res.status_code == 200
|
assert res.status_code == 200
|
||||||
assert match_regex("(Ann|small|shiny)+", res.body["content"])
|
assert match_regex("(Ann|small|shiny|Daddy)+", res.body["content"])
|
||||||
|
|
||||||
|
|
||||||
def test_infill_with_input_extra():
|
def test_infill_with_input_extra():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue