Skip to content

Commit

Permalink
FRW-10005 Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitriyTsemma committed Feb 28, 2025
1 parent 9df4040 commit 60d93c6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions tests/PyzTest/Glue/Customer/RestApi/CustomerPasswordCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,6 @@ protected function requestPatchCustomerPasswordFailsValidationDataProvider(): ar
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'newPassword => Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'newPassword => This password has been leaked in a data breach, it must not be used. Please use another password.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@ protected function requestPostCustomerFailsValidationDataProvider(): array
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => This password has been leaked in a data breach, it must not be used. Please use another password.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ protected function requestPatchCustomerPasswordFailsValidationDataProvider(): ar
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => This password has been leaked in a data breach, it must not be used. Please use another password.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
Expand Down
5 changes: 0 additions & 5 deletions tests/PyzTest/Glue/Customer/RestApi/CustomerUpdateCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,11 +399,6 @@ protected function requestPatchCustomerFailsValidationDataProvider(): array
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => Your password must include at least one uppercase letter, one lowercase letter, one number, and one special character from the following list: !@#$%^&*()_-+=[]{}|;:<>.,/?\~. Non-Latin and other special characters are not allowed.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
RestErrorMessageTransfer::DETAIL => 'password => This password has been leaked in a data breach, it must not be used. Please use another password.',
],
[
RestErrorMessageTransfer::CODE => RestRequestValidatorConfig::RESPONSE_CODE_REQUEST_INVALID,
RestErrorMessageTransfer::STATUS => Response::HTTP_UNPROCESSABLE_ENTITY,
Expand Down

0 comments on commit 60d93c6

Please sign in to comment.