Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Response should have HTTP status code 200 ('OK'), but it was actually 401 ('Unauthorized')
  2. Reponse Body: {"error":["Failed to authenticate: Username and password incorrect"]}
  3. # ./spec/api/authenticate_user_spec.rb:129:in `block (4 levels) in <top (required)>'
  4.  
  5. Response should have HTTP status code 200 ('OK'), but it was actually 401 ('Unauthorized')
  6. Reponse Body: {"error":["Failed to authenticate: Username and password incorrect"]}
  7. # ./spec/api/user_spec.rb:1034:in `block (7 levels) in <top (required)>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement