aboutsummaryrefslogtreecommitdiffstats
path: root/tests/zotapi.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zotapi.rs')
-rw-r--r--tests/zotapi.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/zotapi.rs b/tests/zotapi.rs
index aa9756c..d828632 100644
--- a/tests/zotapi.rs
+++ b/tests/zotapi.rs
@@ -14,9 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-extern crate zotapi;
-extern crate mockito;
-
use mockito::{mock, Matcher, Mock};
fn mock_with_authorization(method: &str, url: &str) -> Mock {