Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.75 KB | None | 0 0
  1. FFFFFFF.F
  2. [
  3.   Result {
  4.     valid: false,
  5.     attributeExtra: [],
  6.     attributeMissing: [ 'id' ],
  7.     valuesDiff:
  8.      [ 'Attribute Value Diff: .CREDCARD have diferent values:<11111> is diferent of <22222>(expected)' ],
  9.     request_verb_path: 'POST in /v1/api/users',
  10.     status_ok: false,
  11.     status_diff: 'Expected 201 but was 200' },
  12.   Result {
  13.     valid: true,
  14.     attributeExtra: [],
  15.     attributeMissing: [],
  16.     valuesDiff: [],
  17.     request_verb_path: 'GET in /v1/api/users/200',
  18.     status_ok: true,
  19.     body_ok: true },
  20.   Result {
  21.     valid: false,
  22.     attributeExtra: [],
  23.     attributeMissing: [],
  24.     valuesDiff: [],
  25.     request_verb_path: 'GET in /v1/api/users',
  26.     status_ok: false,
  27.     status_diff: 'Expected 200 but was 400' }
  28.  ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement