diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-09 23:24:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-09 23:24:51 -0700 |
commit | 8db329b4ee868060af811075b87b1442898e479e (patch) | |
tree | 82ea38eb3dbbacf68c6af045e5daa0861bb9ba8a | |
parent | 4e89ffc029d42bcf374cfe9cc6aa6b1d35ea4632 (diff) | |
download | fatcat-8db329b4ee868060af811075b87b1442898e479e.tar.gz fatcat-8db329b4ee868060af811075b87b1442898e479e.zip |
basic given_name/surname in API hit
-rw-r--r-- | rust/tests/test_api_server_http.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/tests/test_api_server_http.rs b/rust/tests/test_api_server_http.rs index c891ed2e..e0205372 100644 --- a/rust/tests/test_api_server_http.rs +++ b/rust/tests/test_api_server_http.rs @@ -815,6 +815,8 @@ fn test_post_release() { "contribs": [{ "index": 1, "raw_name": "textual description of contributor (aka, name)", + "given_name": "western first", + "surname": "western last", "creator_id": "aaaaaaaaaaaaaircaaaaaaaaae", "role": "author" },{ |