Skip to content

Commit

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

```diff
[
   {
     headers: {
-      x-commonmarker-version: "0.20.0"
+      x-commonmarker-version: "0.21.0"
     }
   }
   {
     headers: {
-      x-commonmarker-version: "0.20.0"
+      x-commonmarker-version: "0.21.0"
     }
   }
 ]
```
  • Loading branch information
octokitbot committed Feb 7, 2020
1 parent ed6edfc commit b74677a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenarios/api.github.com/markdown/normalized-fixture.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"status": "200 OK",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"x-commonmarker-version": "0.20.0",
"x-commonmarker-version": "0.21.0",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
Expand Down Expand Up @@ -63,7 +63,7 @@
"referrer-policy": "origin-when-cross-origin, strict-origin-when-cross-origin",
"status": "200 OK",
"strict-transport-security": "max-age=31536000; includeSubdomains; preload",
"x-commonmarker-version": "0.20.0",
"x-commonmarker-version": "0.21.0",
"x-content-type-options": "nosniff",
"x-frame-options": "deny",
"x-github-request-id": "0000:00000:0000000:0000000:00000000",
Expand Down

0 comments on commit b74677a

Please sign in to comment.