Advertisement
Guest User

Untitled

a guest
May 27th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. frisby.create('POST missing firstName')
  2. .post(tc.url + '/user/enroll',
  3. { 'lastName' : TU1_LN,
  4. 'email' : TU1_EMAIL,
  5. 'password' : TU1_PW })
  6. .expectStatus(400)
  7. .expectHeader('Content-Type', 'application/json; charset=utf-8')
  8. .expectJSON({'error' : 'Undefined First Name'})
  9. .toss()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement