zahedmohammed / testingApi

0 stars 0 forks source link

Test13 : ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac #197

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/enterprise-sign-up

Request :
{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Beier-Beier", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "mortimer.koelpin@hotmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Customer Manufacturing Orchestrator", "location" : "OT7oKfbr", "modifiedBy" : "", "modifiedDate" : "", "name" : "OT7oKfbr", "password" : "OT7oKfbr", "privileges" : [ "OT7oKfbr" ], "username" : "maximo.jakubowski", "version" : "" }

Response :
{ "requestId" : "None", "requestTime" : "2019-02-21T09:18:33.481+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Beier-Beier] 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/enterprise-sign-up

Request :
{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Conn Inc", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "nathen.mertz@gmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Marketing Technician", "location" : "gNtj2sWo", "modifiedBy" : "", "modifiedDate" : "", "name" : "gNtj2sWo", "password" : "gNtj2sWo", "privileges" : [ "gNtj2sWo" ], "username" : "jailyn.jacobi", "version" : "" }

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

Logs :
2019-02-21 09:25:23 DEBUG [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : URL [http://54.215.136.217/api/v1/users/enterprise-sign-up] 2019-02-21 09:25:23 DEBUG [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : Method [POST] 2019-02-21 09:25:23 DEBUG [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : Request [{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Conn Inc", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "nathen.mertz@gmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Marketing Technician", "location" : "gNtj2sWo", "modifiedBy" : "", "modifiedDate" : "", "name" : "gNtj2sWo", "password" : "gNtj2sWo", "privileges" : [ "gNtj2sWo" ], "username" : "jailyn.jacobi", "version" : "" }] 2019-02-21 09:25:23 DEBUG [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}] 2019-02-21 09:25:23 DEBUG [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : Response [{ "requestId" : "None", "requestTime" : "2019-02-21T09:25:23.583+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Conn Inc] exists." } ], "data" : false, "totalPages" : 0, "totalElements" : 0 }] 2019-02-21 09:25:23 DEBUG [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : 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 [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : StatusCode [200] 2019-02-21 09:25:23 DEBUG [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : Time [310] 2019-02-21 09:25:23 DEBUG [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : Size [202] 2019-02-21 09:25:23 ERROR [ApiV1UsersEnterpriseSignUpPostRoleUserDisallowedRbac] : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [200 == 401 OR 200 == 403] result [Failed]

--- FX Bot ---