well test something else now...
gitea/wcs/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pierre Ducroquet 2024-02-28 17:28:38 +01:00
parent 8bf2e33553
commit 8a7301f810
1 changed files with 1 additions and 1 deletions

View File

@ -1160,7 +1160,7 @@ def test_api_list_formdata(pub, local_user):
# check fts
resp = get_app(pub).get(sign_uri('/api/forms/test/list?full=on&q=foo', user=local_user))
assert len(resp.json) == 30
resp = get_app(pub).get(sign_uri('/api/forms/test/list?full=on&q=baz', user=local_user))
resp = get_app(pub).get(sign_uri('/api/forms/test/list?full=on&q=floobla', user=local_user))
assert len(resp.json) == 14