diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-13 18:20:38 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-13 18:20:38 -0700 |
commit | b6c6465091a6f5484782fe8c90690d147b4e2296 (patch) | |
tree | c3e5aed592a218c5a53f12da9d20401e10ca90af /rust/tests/test_api_server_http.rs | |
parent | 9889bda4783f56a535a5d42c72628fd48c2ccc1d (diff) | |
download | fatcat-b6c6465091a6f5484782fe8c90690d147b4e2296.tar.gz fatcat-b6c6465091a6f5484782fe8c90690d147b4e2296.zip |
rust: fix ark lookup (new example id)
Diffstat (limited to 'rust/tests/test_api_server_http.rs')
-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 f21a6d61..aa8f4e01 100644 --- a/rust/tests/test_api_server_http.rs +++ b/rust/tests/test_api_server_http.rs @@ -456,7 +456,7 @@ fn test_lookups() { helpers::check_http_response( request::get( - "http://localhost:9411/v0/release/lookup?ark=ark:/asdf/924", + "http://localhost:9411/v0/release/lookup?ark=ark:/13030/m53r5pzm", headers.clone(), &router, ), |