diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-24 16:04:13 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-12-24 16:04:13 -0800 |
commit | b86e007b7469ebb22a806d38aca0bccf9078e80d (patch) | |
tree | 69dc8bda4316cae4bbdbe3acea287d46baa42b96 /rust/tests/test_api_server_http.rs | |
parent | 86fd0a416efd4015dc47494e723afd7f13771006 (diff) | |
download | fatcat-b86e007b7469ebb22a806d38aca0bccf9078e80d.tar.gz fatcat-b86e007b7469ebb22a806d38aca0bccf9078e80d.zip |
rust impl of API harmonization
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 d6cdb6d3..86559545 100644 --- a/rust/tests/test_api_server_http.rs +++ b/rust/tests/test_api_server_http.rs @@ -1202,7 +1202,7 @@ fn test_post_batch_autoaccept() { // editgroup check_http_response( request::post( - "http://localhost:9411/v0/container/batch?autoaccept=yes&editgroup=asdf", + "http://localhost:9411/v0/container/batch?autoaccept=yes&editgroup_id=asdf", headers.clone(), r#"[{"name": "test journal"}, {"name": "another test journal"}]"#, &router, |