zahedmohammed / testingApi

0 stars 0 forks source link

Test13 : ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac #193

Open zahedmohammed opened 5 years ago

zahedmohammed commented 5 years ago

Project : Test13

Job : Default

Env : Default

Category : null

Tags : null

Severity : null

Region : FXLabs/US_WEST_1

Result : fail

Status Code : 200

Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 21 Feb 2019 09:18:33 GMT]}

Endpoint : http://54.215.136.217/api/v1/users/personal-sign-up

Request :
{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Kunze-Kunze", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "bill.kuhlman@gmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Accounting Developer", "location" : "mvEGy9ip", "modifiedBy" : "", "modifiedDate" : "", "name" : "mvEGy9ip", "password" : "mvEGy9ip", "privileges" : [ "mvEGy9ip" ], "username" : "blaze.gorczany", "version" : "" }

Response :
{ "requestId" : "None", "requestTime" : "2019-02-21T09:18:33.240+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Kunze-Kunze] exists." } ], "data" : false, "totalPages" : 0, "totalElements" : 0 }

Logs :
Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [200 == 401 OR 200 == 403] result [Failed] --- FX Bot ---

zahedmohammed commented 5 years ago

Project : Test13

Job : Default

Env : Default

Region : FXLabs/US_WEST_1

Result : fail

Status Code : 200

Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 21 Feb 2019 09:25:23 GMT]}

Endpoint : http://54.215.136.217/api/v1/users/personal-sign-up

Request :
{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Bogan-Bogan", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "osborne.jenkins@hotmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Senior Manufacturing Analyst", "location" : "GpbHsfC5", "modifiedBy" : "", "modifiedDate" : "", "name" : "GpbHsfC5", "password" : "GpbHsfC5", "privileges" : [ "GpbHsfC5" ], "username" : "murphy.lebsack", "version" : "" }

Response :
{ "requestId" : "None", "requestTime" : "2019-02-21T09:25:23.277+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Bogan-Bogan] exists." } ], "data" : false, "totalPages" : 0, "totalElements" : 0 }

Logs :
2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : URL [http://54.215.136.217/api/v1/users/personal-sign-up] 2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : Method [POST] 2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : Request [{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Bogan-Bogan", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "osborne.jenkins@hotmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Senior Manufacturing Analyst", "location" : "GpbHsfC5", "modifiedBy" : "", "modifiedDate" : "", "name" : "GpbHsfC5", "password" : "GpbHsfC5", "privileges" : [ "GpbHsfC5" ], "username" : "murphy.lebsack", "version" : "" }] 2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}] 2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : Response [{ "requestId" : "None", "requestTime" : "2019-02-21T09:25:23.277+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Bogan-Bogan] exists." } ], "data" : false, "totalPages" : 0, "totalElements" : 0 }] 2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : Response-Headers [{X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 21 Feb 2019 09:25:23 GMT]}] 2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : StatusCode [200] 2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : Time [563] 2019-02-21 09:25:23 DEBUG [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : Size [205] 2019-02-21 09:25:23 ERROR [ApiV1UsersPersonalSignUpPostRolePmDisallowedRbac] : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [200 == 401 OR 200 == 403] result [Failed]

--- FX Bot ---

zahedmohammed commented 5 years ago

Project : Test13

Job : Default

Env : Default

Region : FXLabs/US_WEST_1

Result : fail

Status Code : 200

Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 21 Feb 2019 09:25:23 GMT]}

Endpoint : http://54.215.136.217/api/v1/users/personal-sign-up

Request :
{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Schroeder, Schroeder and Schroeder", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "evans.emard@yahoo.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Mining Coordinator", "location" : "ygxdEpBO", "modifiedBy" : "", "modifiedDate" : "", "name" : "ygxdEpBO", "password" : "ygxdEpBO", "privileges" : [ "ygxdEpBO" ], "username" : "chadd.prohaska", "version" : "" }

Response :
{ "requestId" : "None", "requestTime" : "2019-02-21T09:25:24.140+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Schroeder, Schroeder and Schroeder] exists." } ], "data" : false, "totalPages" : 0, "totalElements" : 0 }

Logs :
Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [200 == 401 OR 200 == 403] result [Failed] --- FX Bot ---