From 0143230a43f9b7ac5bbc3f82391a12928e984cc0 Mon Sep 17 00:00:00 2001 From: Ambrose Bonnaire-Sergeant Date: Mon, 22 Apr 2024 00:16:12 -0500 Subject: [PATCH] fix --- test/compojure/api/integration_test.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/test/compojure/api/integration_test.clj b/test/compojure/api/integration_test.clj index ffa9b909..ad0a2818 100644 --- a/test/compojure/api/integration_test.clj +++ b/test/compojure/api/integration_test.clj @@ -3,7 +3,6 @@ [compojure.api.test-utils :refer :all] [compojure.api.exception :as ex] [compojure.api.swagger :as swagger] - [compojure.api.core :refer [route-middleware]] [midje.sweet :refer :all] [ring.util.http-response :refer :all] [ring.util.http-predicates :as http]