diff options
Diffstat (limited to 'brokenlinks/testdata')
| -rw-r--r-- | brokenlinks/testdata/exp_cache.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/brokenlinks/testdata/exp_cache.json b/brokenlinks/testdata/exp_cache.json index e80202f..41828bc 100644 --- a/brokenlinks/testdata/exp_cache.json +++ b/brokenlinks/testdata/exp_cache.json @@ -1,16 +1,19 @@ { "scanned_links": { "http://127.0.0.1:11900": { + "value": "http://127.0.0.1:11900", "url": "http://127.0.0.1:11900", "size": 1214, "status_code": 200 }, "http://127.0.0.1:11900/page2": { + "value": "http://127.0.0.1:11900/page2", "url": "http://127.0.0.1:11900/page2", "size": 483, "status_code": 200 }, "https://127.0.0.1:11838": { + "value": "https://127.0.0.1:11838", "url": "https://127.0.0.1:11838", "size": 1214, "status_code": 200 |
