Skip to content

Commit

Permalink
fix(fixture): updated api.github.com/get-archive
Browse files Browse the repository at this point in the history
BREAKING CHANGE: api.github.com/get-archive has changed

```diff
[
   ...
   {
     headers: {
+      age: "0"
+      via: "1.1 varnish-v4"
+      x-varnish: "74624297"
     }
   }
 ]
```
  • Loading branch information
octokitbot authored and gr2m committed Jan 10, 2020
1 parent 214824a commit 51d7fe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scenarios/api.github.com/get-archive/normalized-fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,20 @@
"responseIsBinary": true,
"headers": {
"access-control-allow-origin": "https://render.githubusercontent.com",
"age": "0",
"connection": "close",
"content-disposition": "attachment; filename=octokit-fixture-org-get-archive-0000000.tar.gz",
"content-security-policy": "default-src 'none'; style-src 'unsafe-inline'; sandbox",
"content-type": "application/x-gzip",
"date": "Tue, 10 Oct 2017 16:00:00 GMT",
"etag": "\"00000000000000000000000000000000\"",
"strict-transport-security": "max-age=31536000",
"via": "1.1 varnish-v4",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-geo-block-list": "",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
"x-varnish": "74624297",
"x-xss-protection": "1; mode=block",
"content-length": 172
}
Expand Down

0 comments on commit 51d7fe5

Please sign in to comment.