mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
test: fixture test
This commit is contained in:
parent
7d32e9d69d
commit
fece94c9fc
7 changed files with 196 additions and 0 deletions
15
tests/fixtures/msn_news_bbca.json
vendored
Normal file
15
tests/fixtures/msn_news_bbca.json
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"value": [
|
||||
{
|
||||
"id": "news-1",
|
||||
"title": "BCA reports steady growth",
|
||||
"url": "https://example.com/news/bca-growth",
|
||||
"abstract": "BCA delivered steady quarterly growth across lending and deposits.",
|
||||
"provider": {
|
||||
"name": "Contoso News"
|
||||
},
|
||||
"publishedDateTime": "2026-03-20T10:00:00Z",
|
||||
"readTimeMin": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue