From 58bc59da0313b386e14e2621b6ebe229c5e425c8 Mon Sep 17 00:00:00 2001 From: zhuangtianxiang <2913129173@qq.com> Date: Fri, 10 Jan 2025 17:25:07 +0800 Subject: [PATCH] =?UTF-8?q?refactor(iot):=20=E7=A7=BB=E9=99=A4=20EventCont?= =?UTF-8?q?rollerTest=20=E4=B8=AD=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=85=A5-=20=E5=88=A0=E9=99=A4=E4=BA=86=20UserDetails?= =?UTF-8?q?Impl=20=E7=B1=BB=E7=9A=84=E6=9C=AA=E4=BD=BF=E7=94=A8=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/zsc/edu/gateway/rest/iot/EventControllerTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/com/zsc/edu/gateway/rest/iot/EventControllerTest.java b/src/test/java/com/zsc/edu/gateway/rest/iot/EventControllerTest.java index ef25bcc..b971b48 100644 --- a/src/test/java/com/zsc/edu/gateway/rest/iot/EventControllerTest.java +++ b/src/test/java/com/zsc/edu/gateway/rest/iot/EventControllerTest.java @@ -5,7 +5,6 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.fasterxml.jackson.databind.ObjectMapper; import com.zsc.edu.gateway.MockMvcConfigBase; import com.zsc.edu.gateway.domain.iot.EventBuilder; -import com.zsc.edu.gateway.framework.security.UserDetailsImpl; import com.zsc.edu.gateway.modules.iot.tsl.controller.EventController; import com.zsc.edu.gateway.modules.iot.tsl.dto.EventDto; import com.zsc.edu.gateway.modules.iot.tsl.entity.Event;