make simpler

This commit is contained in:
Matthias 2022-01-20 23:55:48 +01:00
parent 21125eb892
commit 967efae8f1
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -193,7 +193,7 @@ class BuildOutputCompleteTest(BuildAPITest):
self.assertTrue('accept_unallocated' in response.data)
# Accept unallocated stock
response = self.post(
self.post(
finish_url,
{
'accept_unallocated': True,