From 8db329b4ee868060af811075b87b1442898e479e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 9 May 2019 23:24:51 -0700 Subject: basic given_name/surname in API hit --- rust/tests/test_api_server_http.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust') 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" },{ -- cgit v1.2.3