diff options
Diffstat (limited to 'testdata/past_result.json')
| -rw-r--r-- | testdata/past_result.json | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/testdata/past_result.json b/testdata/past_result.json index 3ba37c1..a5a11fe 100644 --- a/testdata/past_result.json +++ b/testdata/past_result.json @@ -1,8 +1,10 @@ { - "http://127.0.0.1:11836/page2": [ - { - "link": "http://127.0.0.1:11836/", - "code": 404 - } - ] + "page_links": { + "http://127.0.0.1:11836/page2": [ + { + "link": "http://127.0.0.1:11836/", + "code": 404 + } + ] + } } |
