Skip to content

Commit

Permalink
Change error string
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Jul 30, 2024
1 parent 2aa9fc6 commit 8cfd680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/services/order_validation_service/models/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ApplicationNotValidError(CaseSampleError):

class ApplicationNotCompatibleError(CaseSampleError):
field: str = "application"
message: str = "Application is not compatible with the chosen workflow"
message: str = "Application is not allowed for the chosen workflow"


class RepeatedCaseNameError(CaseError):
Expand Down

0 comments on commit 8cfd680

Please sign in to comment.