Skip to content

Commit

Permalink
Merge pull request #973 from spryker/bugfix/frw-9641/master-adjusted-…
Browse files Browse the repository at this point in the history
…glue-message

FRW-9641 Adjusted tests
  • Loading branch information
asmarovydlo authored Dec 19, 2024
2 parents 343f718 + 3b4e507 commit c037371
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ Update_customer_password_with_too_weak_password
Response status code should be: 422
And Response reason should be: Unprocessable Content
And Response should return error code: 901
And Array in response should contain property with value: [errors] detail newPassword => This value is not valid.
And Array in response should contain property with value: [errors] detail newPassword => This password has been leaked in a data breach, it must not be used. Please use another password.
And Response header parameter should be: Content-Type ${default_header_content_type}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Create_a_customer_with_too_weak_password
Response status code should be: 422
And Response reason should be: Unprocessable Content
And Response should return error code: 901
And Array in response should contain property with value: [errors] detail password => This value is not valid.
And Array in response should contain property with value: [errors] detail password => This password has been leaked in a data breach, it must not be used. Please use another password.
And Response header parameter should be: Content-Type ${default_header_content_type}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Update_customer_password_with_too_weak_password
Response status code should be: 422
And Response reason should be: Unprocessable Content
And Response should return error code: 901
And Array in response should contain property with value: [errors] detail newPassword => This value is not valid.
And Array in response should contain property with value: [errors] detail newPassword => This password has been leaked in a data breach, it must not be used. Please use another password.
And Response header parameter should be: Content-Type ${default_header_content_type}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Update_customer_password_with_too_weak_password
Response status code should be: 422
And Response reason should be: Unprocessable Content
And Response should return error code: 901
And Array in response should contain property with value: [errors] detail newPassword => This value is not valid.
And Array in response should contain property with value: [errors] detail newPassword => This password has been leaked in a data breach, it must not be used. Please use another password.
And Response header parameter should be: Content-Type ${default_header_content_type}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Create_a_customer_with_too_weak_password
Response status code should be: 422
And Response reason should be: Unprocessable Content
And Response should return error code: 901
And Array in response should contain property with value: [errors] detail password => This value is not valid.
And Array in response should contain property with value: [errors] detail password => This password has been leaked in a data breach, it must not be used. Please use another password.
And Response header parameter should be: Content-Type ${default_header_content_type}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Update_customer_password_with_too_weak_password
Response status code should be: 422
And Response reason should be: Unprocessable Content
And Response should return error code: 901
And Array in response should contain property with value: [errors] detail newPassword => This value is not valid.
And Array in response should contain property with value: [errors] detail newPassword => This password has been leaked in a data breach, it must not be used. Please use another password.
And Response header parameter should be: Content-Type ${default_header_content_type}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Update_customer_password_with_too_weak_password
Response status code should be: 422
And Response reason should be: Unprocessable Content
And Response should return error code: 901
And Array in response should contain property with value: [errors] detail newPassword => This value is not valid.
And Array in response should contain property with value: [errors] detail newPassword => This password has been leaked in a data breach, it must not be used. Please use another password.
And Response header parameter should be: Content-Type ${default_header_content_type}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Create_a_customer_with_too_weak_password
Response status code should be: 422
And Response reason should be: Unprocessable Content
And Response should return error code: 901
And Array in response should contain property with value: [errors] detail password => This value is not valid.
And Array in response should contain property with value: [errors] detail password => This password has been leaked in a data breach, it must not be used. Please use another password.
And Response header parameter should be: Content-Type ${default_header_content_type}

Expand Down

0 comments on commit c037371

Please sign in to comment.