Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed Dec 17, 2024
1 parent 203c3a8 commit 9dbd51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg/services/order_validation_service/models/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

class Order(BaseModel):
comment: str | None = None
connect_to_ticket: bool = False
customer: str = Field(min_length=1)
delivery_type: DataDelivery
order_type: OrderType = Field(alias="project_type")
Expand Down

0 comments on commit 9dbd51b

Please sign in to comment.