spec/vcr_cassettes/template/make_public.yml in squall-1.0.2 vs spec/vcr_cassettes/template/make_public.yml in squall-1.1.0
- old
+ new
@@ -1,16 +1,16 @@
---
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :post
- uri: http://user:pass@www.example.com:80/templates/404/make_public.json
+ uri: http://<USER>:<PASS>@<URL>:80/templates/404/make_public.json
body:
headers:
content-type:
- application/json
authorization:
- - Basic WHAT
+ - Basic <REDACTED>
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 404
message: Not Found
headers:
@@ -25,11 +25,11 @@
server:
- Apache/2.2.3 (CentOS)
x-runtime:
- "1.345163"
set-cookie:
- - _onapp_session=WHAT; path=/; HttpOnly
+ - <REDACTED>
cache-control:
- no-cache
status:
- "404"
transfer-encoding:
@@ -37,17 +37,17 @@
body: "{\"error\":\"Resource not found\"}"
http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction
request: !ruby/struct:VCR::Request
method: :post
- uri: http://user:pass@www.example.com:80/templates/1/make_public.json
+ uri: http://<USER>:<PASS>@<URL>:80/templates/1/make_public.json
body:
headers:
content-type:
- application/json
authorization:
- - Basic WHAT
+ - Basic <REDACTED>
response: !ruby/struct:VCR::Response
status: !ruby/struct:VCR::ResponseStatus
code: 201
message: Created
headers:
@@ -64,10 +64,10 @@
server:
- Apache/2.2.3 (CentOS)
date:
- Tue, 19 Apr 2011 14:56:38 GMT
set-cookie:
- - _onapp_session=WHAT; path=/; HttpOnly
+ - <REDACTED>
status:
- "201"
cache-control:
- no-cache
transfer-encoding: