From 1adf97b71ee80e018b6cca0dd9c68b0b6ae8e13f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 5 Feb 2019 17:13:30 -0800 Subject: more old rust tests removed --- rust/tests/helpers.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rust/tests/helpers.rs') diff --git a/rust/tests/helpers.rs b/rust/tests/helpers.rs index 4a664403..420c1d3f 100644 --- a/rust/tests/helpers.rs +++ b/rust/tests/helpers.rs @@ -2,12 +2,10 @@ use fatcat::auth::MacaroonAuthMiddleware; use fatcat::editing_crud::EditgroupCrud; use fatcat::identifiers::FatcatId; use fatcat::server; -use fatcat_api_spec::client::Client; use fatcat_api_spec::models::Editgroup; -use fatcat_api_spec::Context; use iron::headers::{Authorization, Bearer, ContentType}; use iron::mime::Mime; -use iron::{status, Chain, Headers, Iron, Listening}; +use iron::{status, Chain, Headers}; use iron_test::response; use std::str::FromStr; -- cgit v1.2.3