|
| 1 | +{ |
| 2 | + "id": "c00fbe9b-6c8a-4f61-b0f1-ddfd442bd4f7", |
| 3 | + "name": "users_kohsuke", |
| 4 | + "scenarioName": "Retry with expired credentials", |
| 5 | + "requiredScenarioState": "Started", |
| 6 | + "newScenarioState": "Unauthorized", |
| 7 | + "request": { |
| 8 | + "url": "/users/kohsuke", |
| 9 | + "method": "GET", |
| 10 | + "headers": { |
| 11 | + "Accept": { |
| 12 | + "equalTo": "application/vnd.github.v3+json" |
| 13 | + }, |
| 14 | + "Authorization": { |
| 15 | + "equalTo": "original token" |
| 16 | + } |
| 17 | + } |
| 18 | + }, |
| 19 | + "response": { |
| 20 | + "status": 403, |
| 21 | + "headers": { |
| 22 | + "Server": "GitHub.com", |
| 23 | + "Date": "Tue, 04 Jul 2023 09:27:52 GMT", |
| 24 | + "Content-Type": "application/json; charset=utf-8", |
| 25 | + "Cache-Control": "private, max-age=60, s-maxage=60", |
| 26 | + "Vary": [ |
| 27 | + "Accept, Authorization, Cookie, X-GitHub-OTP", |
| 28 | + "Accept-Encoding, Accept, X-Requested-With" |
| 29 | + ], |
| 30 | + "ETag": "W/\"f41fda58171c5e0eca7018225db5009319a5b17852fc44db7ad6e4d0f7ac823a\"", |
| 31 | + "Last-Modified": "Tue, 16 May 2023 02:35:24 GMT", |
| 32 | + "X-OAuth-Scopes": "gist, read:org, repo", |
| 33 | + "X-Accepted-OAuth-Scopes": "", |
| 34 | + "x-oauth-client-id": "178c6fc778ccc68e1d6a", |
| 35 | + "X-GitHub-Media-Type": "github.v3; format=json", |
| 36 | + "x-github-api-version-selected": "2022-11-28", |
| 37 | + "X-RateLimit-Limit": "5000", |
| 38 | + "X-RateLimit-Remaining": "0", |
| 39 | + "X-RateLimit-Reset": "{{testStartDate offset='1 seconds' format='unix'}}", |
| 40 | + "X-RateLimit-Used": "13", |
| 41 | + "X-RateLimit-Resource": "core", |
| 42 | + "Access-Control-Expose-Headers": "ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset", |
| 43 | + "Access-Control-Allow-Origin": "*", |
| 44 | + "Strict-Transport-Security": "max-age=31536000; includeSubdomains; preload", |
| 45 | + "X-Frame-Options": "deny", |
| 46 | + "X-Content-Type-Options": "nosniff", |
| 47 | + "X-XSS-Protection": "0", |
| 48 | + "Referrer-Policy": "origin-when-cross-origin, strict-origin-when-cross-origin", |
| 49 | + "Content-Security-Policy": "default-src 'none'", |
| 50 | + "X-GitHub-Request-Id": "BC76:39D5:E12F87A:E3E5583:64A3E618" |
| 51 | + } |
| 52 | + }, |
| 53 | + "uuid": "c00fbe9b-6c8a-4f61-b0f1-ddfd442bd4f7", |
| 54 | + "persistent": true, |
| 55 | + "insertionIndex": 2 |
| 56 | +} |
0 commit comments