diff options
Diffstat (limited to 'brokenlinks/testdata/past_result.json')
| -rw-r--r-- | brokenlinks/testdata/past_result.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/brokenlinks/testdata/past_result.json b/brokenlinks/testdata/past_result.json new file mode 100644 index 0000000..ca29d35 --- /dev/null +++ b/brokenlinks/testdata/past_result.json @@ -0,0 +1,10 @@ +{ + "broken_links": { + "http://127.0.0.1:11836/page2": [ + { + "link": "http://127.0.0.1:11836/", + "code": 404 + } + ] + } +} |
