Fix scenario.

This commit is contained in:
Albert Cervera i Areny 2023-02-24 00:09:51 +01:00
parent 44ed562c2a
commit 720ba43f13
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ Create Production
>>> [x.name for x in production.production_template.inputs]
['Raim Blanc']
>>> production.click('assign_try')
True
>>> production.click('run')
>>> production.click('done')
>>> len(production.outputs)