Skip to content
Snippets Groups Projects
Commit fe10dfdb authored by Mohammad Torkashvand's avatar Mohammad Torkashvand Committed by Karel van Klink
Browse files

add TTNumber to state for switch trmination wfs

parent 4cd0391c
Branches
Tags
1 merge request!383Feature/refacture l3 core services
...@@ -30,8 +30,9 @@ def _input_form_generator(subscription_id: UUIDstr) -> FormGenerator: ...@@ -30,8 +30,9 @@ def _input_form_generator(subscription_id: UUIDstr) -> FormGenerator:
tt_number: TTNumber tt_number: TTNumber
yield TerminateForm user_input = yield TerminateForm
return {"subscription": switch}
return {"subscription": switch} | user_input.model_dump()
@step("Remove switch from Netbox") @step("Remove switch from Netbox")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment