trivial: fix translation string in tests

This commit is contained in:
Lauréline Guérin 2022-05-17 15:43:32 +02:00
parent 6a976dc889
commit 001af97db2
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ def test_add_category(settings, app, admin_user):
resp = app.get('/manage/')
resp = resp.click('Pricing')
resp = resp.click('Criterias')
resp = resp.click('New criteria category')
resp = resp.click('New category')
resp.form['label'] = 'QF'
resp = resp.form.submit()
category = CriteriaCategory.objects.latest('pk')