Skip to content

Commit 62d47d2

Browse files
committed
chore(tests): oops, commit missing fixtures from 7e4d76d
1 parent ea85ebe commit 62d47d2

File tree

38 files changed

+3263
-0
lines changed

38 files changed

+3263
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"request": {
3+
"url": "https://query2.finance.yahoo.com/v8/finance/chart/SWVXX?useYfid=true&interval=1d&includePrePost=true&events=div%7Csplit%7Cearn&lang=en-US&period1=1577836800&period2=1578009600",
4+
"method": "GET",
5+
"headers": {
6+
"cookie": "",
7+
"user-agent": "@gadicc/yahoo-finance2/0.0.1 (+https://github.com/gadicc/node-yahoo-finance2)"
8+
}
9+
},
10+
"response": {
11+
"ok": false,
12+
"status": 400,
13+
"statusText": "Bad Request",
14+
"headers": {
15+
"age": "0",
16+
"cache-control": "max-age=0, private",
17+
"content-length": "140",
18+
"content-type": "application/json;charset=utf-8",
19+
"date": "Wed, 07 May 2025 11:38:13 GMT",
20+
"expires": "-1",
21+
"referrer-policy": "no-referrer-when-downgrade",
22+
"server": "ATS",
23+
"strict-transport-security": "max-age=31536000",
24+
"vary": "Origin",
25+
"x-content-type-options": "nosniff",
26+
"x-envoy-decorator-operation": "finance-chart-api--mtls-baseline-production-ir2.finance-k8s:4080/*",
27+
"x-envoy-upstream-service-time": "2",
28+
"x-frame-options": "SAMEORIGIN",
29+
"x-xss-protection": "1; mode=block",
30+
"y-rid": "77mgmc1k1mhh5"
31+
},
32+
"bodyJson": {
33+
"chart": {
34+
"result": null,
35+
"error": {
36+
"code": "Bad Request",
37+
"description": "Data doesn't exist for startDate = 1577836800, endDate = 1578009600"
38+
}
39+
}
40+
}
41+
}
42+
}

0 commit comments

Comments
 (0)