From a82cffed703665496913d9ca0155e888ec35716b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 30 Jun 2018 17:53:28 -0700 Subject: add remaining history endpoints --- rust/tests/test_api_server.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rust/tests') 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] -- cgit v1.2.3