-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PPANTT-197] feat: Add integration test #5
[PPANTT-197] feat: Add integration test #5
Conversation
private String debtorFiscalCode; | ||
|
||
@NotBlank(message = "Fiscal code must be not empty") | ||
@Schema(description = "Creditor Institution's fiscal code", requiredMode = Schema.RequiredMode.REQUIRED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[google-java-format] reported by reviewdog 🐶
@Schema(description = "Creditor Institution's fiscal code", requiredMode = Schema.RequiredMode.REQUIRED) | |
@Schema( | |
description = "Creditor Institution's fiscal code", | |
requiredMode = Schema.RequiredMode.REQUIRED) |
…dated test and openapi
9a25035
to
3dd8f69
Compare
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great
Quality Gate passedIssues Measures |
List of Changes
Apply:
Motivation and Context
PPANTT-197
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: