diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-18 14:38:08 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-18 14:38:08 -0800 |
commit | 2366e0fd8d3a69ec0b01557c3588d70c62967726 (patch) | |
tree | 499f251c10a38981a88b29797436595d5dadf201 /rust/tests | |
parent | 0ba79827d71d33b542ec71e4542c2be3ebbb66e7 (diff) | |
download | fatcat-2366e0fd8d3a69ec0b01557c3588d70c62967726.tar.gz fatcat-2366e0fd8d3a69ec0b01557c3588d70c62967726.zip |
impl cdx timestamps as datetime
Diffstat (limited to 'rust/tests')
-rw-r--r-- | rust/tests/test_api_server_http.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/tests/test_api_server_http.rs b/rust/tests/test_api_server_http.rs index b2f72f4a..66f36a14 100644 --- a/rust/tests/test_api_server_http.rs +++ b/rust/tests/test_api_server_http.rs @@ -694,7 +694,7 @@ fn test_post_webcapture() { "timestamp": "2018-12-28T05:06:07Z", "cdx": [ {"surt": "org,asheesh,)/robots.txt", - "timestamp": "20181228050607", + "timestamp": "2018-12-28T05:06:07Z", "url": "https://asheesh.org/robots.txt", "status_code": 200, "mimetype": "text/html", |