getshifter / wp-cli-shifter

WP-CLI commands for the Shifter
https://getshifter.io/
27 stars 0 forks source link

#11 update login api error response on tests code #12

Closed hideokamoto closed 7 years ago

hideokamoto commented 7 years ago

Now login api returns following response if received invalid login request.

{
  "message": "Invalid Username or Password"
}

https://apidoc.getshifter.io/#!/login/post_login

So I updated test code.