zahedmohammed / testingApi

0 stars 0 forks source link

Test13 : ApiV1UsersTeamSignUpPostRolePmDisallowedRbac #194

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:32 GMT]}

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

Request :
{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Block Inc", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "mattie.nader@gmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "International Manager", "location" : "JSstuncd", "modifiedBy" : "", "modifiedDate" : "", "name" : "JSstuncd", "password" : "JSstuncd", "privileges" : [ "JSstuncd" ], "username" : "maybell.nienow", "version" : "" }

Response :
{ "requestId" : "None", "requestTime" : "2019-02-21T09:18:33.108+0000", "errors" : false, "messages" : [ { "type" : "INFO", "key" : "", "value" : "Sign-up successful!" } ], "data" : true, "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/team-sign-up

Request :
{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Mertz Group", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "braeden.kling@gmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Investor Producer", "location" : "Vekkm4zS", "modifiedBy" : "", "modifiedDate" : "", "name" : "Vekkm4zS", "password" : "Vekkm4zS", "privileges" : [ "Vekkm4zS" ], "username" : "annamarie.wintheiser", "version" : "" }

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

Logs :
2019-02-21 09:25:23 DEBUG [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : URL [http://54.215.136.217/api/v1/users/team-sign-up] 2019-02-21 09:25:23 DEBUG [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : Method [POST] 2019-02-21 09:25:23 DEBUG [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : Request [{ "accountNonExpired" : false, "accountNonLocked" : false, "company" : "Mertz Group", "createdBy" : "", "createdDate" : "", "credentialsNonExpired" : false, "email" : "braeden.kling@gmail.com", "enabled" : false, "id" : "", "inactive" : false, "jobTitle" : "Investor Producer", "location" : "Vekkm4zS", "modifiedBy" : "", "modifiedDate" : "", "name" : "Vekkm4zS", "password" : "Vekkm4zS", "privileges" : [ "Vekkm4zS" ], "username" : "annamarie.wintheiser", "version" : "" }] 2019-02-21 09:25:23 DEBUG [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : Request-Headers [{Content-Type=[application/json], Accept=[application/json]}] 2019-02-21 09:25:23 DEBUG [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : Response [{ "requestId" : "None", "requestTime" : "2019-02-21T09:25:23.392+0000", "errors" : true, "messages" : [ { "type" : "ERROR", "key" : "", "value" : "Org name [Mertz Group] exists." } ], "data" : false, "totalPages" : 0, "totalElements" : 0 }] 2019-02-21 09:25:23 DEBUG [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : 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 [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : StatusCode [200] 2019-02-21 09:25:23 DEBUG [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : Time [548] 2019-02-21 09:25:23 DEBUG [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : Size [205] 2019-02-21 09:25:23 ERROR [ApiV1UsersTeamSignUpPostRolePmDisallowedRbac] : Assertion [@StatusCode == 401 OR @StatusCode == 403] resolved-to [200 == 401 OR 200 == 403] result [Failed]

--- FX Bot ---