File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ def um_generate_errors(self):
118118 "get_user_grants" : falcon .get_user_grants (user_uuid = "12345678" ),
119119 "get_roles_mssp" : falcon .get_roles_mssp (ids = "1234567890" , cid = "1234567890" ),
120120 "user_action" : falcon .user_action (action_name = "reset_password" ,
121- action_value = "whatever" ,
122- ids = "1234567890"
121+ ids = "1ab2c345-67d8-90e1-2345-6789f0a12bc3"
123122 ),
124123 "user_roles_action" : falcon .user_roles_action (action = "grant" ,
125124 role_ids = "12345678" ,
@@ -138,7 +137,7 @@ def um_generate_errors(self):
138137 }
139138 for key in tests :
140139 if tests [key ]["status_code" ] not in AllowedResponses :
141- if key != "query_roles" : # Temporarily allow 500s from this op
140+ if key not in [ "query_roles" , "user_action" ] : # Temporarily allow 500s from these ops
142141 error_checks = False
143142 # print(f"{key} processed with a {tests[key]} response")
144143
You can’t perform that action at this time.
0 commit comments