Skip to content

Commit 6c7201e

Browse files
author
Aravindhan Palanisamy
committed
refactor fields
1 parent 0017d1d commit 6c7201e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nisystemlink/clients/test_plan/models/_test_plan.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ class TestPlan(JsonModel):
3838
work_order_id: Optional[str] = None
3939
"""The identifier of the associated work order."""
4040

41+
work_order_name: Optional[str] = None
42+
"""The name of the associated work order."""
43+
4144
part_number: Optional[str] = None
4245
"""The part number associated with the test plan."""
4346

@@ -103,6 +106,3 @@ class TestPlan(JsonModel):
103106

104107
dashboard_url: Optional[Dict[str, str]] = None
105108
"""The URLs for dashboards related to the test plan."""
106-
107-
work_order_name: Optional[str] = None
108-
"""The name of the associated work order."""

0 commit comments

Comments
 (0)