test/vcr/cassettes/member_authenticate/failure.yml in access-2.2.0 vs test/vcr/cassettes/member_authenticate/failure.yml in access-2.3.0.pre.rc1

- old
+ new

@@ -14,14 +14,22 @@ Accept: - application/json response: status: code: 401 - message: Unauthorized + message: '' headers: - Server: - - Apache-Coyote/1.1 + Date: + - Thu, 28 Jun 2018 16:27:38 GMT + Content-Type: + - application/json;charset=UTF-8 + Transfer-Encoding: + - chunked + Connection: + - keep-alive + X-Application-Context: + - application:stage X-Content-Type-Options: - nosniff X-Xss-Protection: - 1; mode=block Cache-Control: @@ -30,19 +38,56 @@ - no-cache Expires: - '0' X-Frame-Options: - DENY - X-Application-Context: - - application:main,stage:10110 + body: + encoding: UTF-8 + string: '{"message":"No active user with specified credentials found.","status":401,"error_code":"AUTHENTICATION_FAILURE_PASSWORD_MISMATCH"}' + http_version: + recorded_at: Thu, 28 Jun 2018 16:27:38 GMT +- request: + method: post + uri: https://mms-stage.adcrws.com/v1/auth + body: + encoding: UTF-8 + string: '{"email":"cs@test.com","password":"bad"}' + headers: + Access-Token: + - "<ACCESS_TOKEN>" Content-Type: + - application/json + Accept: + - application/json + response: + status: + code: 401 + message: '' + headers: + Date: + - Sun, 01 Jul 2018 04:23:29 GMT + Content-Type: - application/json;charset=UTF-8 Transfer-Encoding: - chunked - Date: - - Mon, 22 Feb 2016 23:05:55 GMT + Connection: + - keep-alive + X-Application-Context: + - application:stage + X-Content-Type-Options: + - nosniff + X-Xss-Protection: + - 1; mode=block + Cache-Control: + - no-cache, no-store, max-age=0, must-revalidate + Pragma: + - no-cache + Expires: + - '0' + X-Frame-Options: + - DENY body: encoding: UTF-8 string: '{"message":"No active user with specified credentials found.","status":401,"error_code":"AUTHENTICATION_FAILURE_PASSWORD_MISMATCH"}' http_version: - recorded_at: Mon, 22 Feb 2016 23:05:58 GMT -recorded_with: VCR 3.0.1 + recorded_at: Sun, 01 Jul 2018 04:23:29 GMT +recorded_with: VCR 4.0.0