diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-30 17:53:28 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-06-30 17:57:32 -0700 |
commit | a82cffed703665496913d9ca0155e888ec35716b (patch) | |
tree | d04bb9242e1333fc7e671a645bd97ae528c21459 /rust/tests | |
parent | f4064c19ec140987e15c64e80a3bf0c70025b31b (diff) | |
download | fatcat-a82cffed703665496913d9ca0155e888ec35716b.tar.gz fatcat-a82cffed703665496913d9ca0155e888ec35716b.zip |
add remaining history endpoints
Diffstat (limited to 'rust/tests')
-rw-r--r-- | rust/tests/test_api_server.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rust/tests/test_api_server.rs b/rust/tests/test_api_server.rs index aadd65af..ac03c3c1 100644 --- a/rust/tests/test_api_server.rs +++ b/rust/tests/test_api_server.rs @@ -124,7 +124,7 @@ fn test_entity_history() { status::Ok, Some("changelog"), ); - /* + check_response( request::get( "http://localhost:9411/v0/creator/00000000-0000-0000-2222-000000000001/history", @@ -164,7 +164,6 @@ fn test_entity_history() { status::Ok, Some("changelog"), ); -*/ } #[test] |