Skip to content

Commit

Permalink
Merge pull request #8 from AlDrago/fix-test
Browse files Browse the repository at this point in the history
Fix web-linking link in test cassette
  • Loading branch information
MarekSuchanek committed Oct 10, 2017
2 parents 9f609c9 + 674b61e commit c995942
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"X-OAuth-Scopes": "repo",
"X-Accepted-OAuth-Scopes": "repo",
"X-GitHub-Media-Type": "github.v3; format=json",
"Link": "<https://api.github.com/repositories/75464275/labels?per_page=100&page=2>; rel=\"next\", <https://api.github.com/repositories/75464275/labels?per_page=100&page=2>; rel=\"last\"",
"Link": "<https://api.github.com/repos/MarekSuchanek/repo3/labels?per_page=100&page=2>; rel=\"next\", <https://api.github.com/repos/MarekSuchanek/repo3/labels?per_page=100&page=2>; rel=\"last\"",
"Access-Control-Expose-Headers": "ETag, Link, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval",
"Access-Control-Allow-Origin": "*",
"Content-Security-Policy": "default-src 'none'",
Expand Down Expand Up @@ -106,4 +106,4 @@
}
],
"recorded_with": "betamax/0.8.0"
}
}

0 comments on commit c995942

Please sign in to comment.