Skip to content

Commit

Permalink
chore(tests): commit missing tests/http/getCrumb-getcrumb `:)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Oct 4, 2024
1 parent a234d60 commit 05d11ef
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions tests/http/getCrumb-getcrumb
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"request": {
"url": "https://query2.finance.yahoo.com/v1/test/getcrumb"
},
"response": {
"ok": true,
"status": 200,
"statusText": "OK",
"headers": {
"content-type": [
"text/plain;charset=utf-8"
],
"access-control-allow-origin": [
"https://finance.yahoo.com"
],
"access-control-allow-credentials": [
"true"
],
"cache-control": [
"private, max-age=60, stale-while-revalidate=30"
],
"vary": [
"Origin,Accept-Encoding"
],
"content-length": [
"11"
],
"x-envoy-upstream-service-time": [
"1"
],
"date": [
"Wed, 17 Apr 2024 11:49:12 GMT"
],
"server": [
"ATS"
],
"x-envoy-decorator-operation": [
"finance-external-services-api--mtls-baseline-production-ir2.finance-k8s.svc.yahoo.local:4080/*"
],
"age": [
"9"
],
"strict-transport-security": [
"max-age=31536000"
],
"referrer-policy": [
"no-referrer-when-downgrade"
],
"connection": [
"close"
],
"expect-ct": [
"max-age=31536000, report-uri=\"http://csp.yahoo.com/beacon/csp?src=yahoocom-expect-ct-report-only\""
],
"x-xss-protection": [
"1; mode=block"
],
"x-content-type-options": [
"nosniff"
]
},
"body": "mloUP8q7ZPH"
}
}

0 comments on commit 05d11ef

Please sign in to comment.