You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
log.assertion_log('line', "The service did not reject the PATCH operation that provided a RoleId that does not exist by returning HTTP 400 (Bad Request)" )
log.assertion_log('line', "The value of this property does not match the Id property of the role referenced in the Role resource referenced from Links")
151
+
return (assertion_status)
152
+
153
+
except:
154
+
assertion_status=log.WARN
155
+
log.assertion_log('line', "No accounts are present.")
156
+
return (assertion_status)
157
+
158
+
except:
159
+
assertion_status=log.WARN
160
+
log.assertion_log('line', "No accounts are present.")
161
+
return (assertion_status)
162
+
163
+
except:
164
+
assertion_status=log.WARN
165
+
log.assertion_log('line', "Accounts property is absent.")
166
+
return (assertion_status)
167
+
168
+
except:
169
+
assertion_status=log.WARN
170
+
log.assertion_log('line', "AccountService property is absent.")
0 commit comments