From cfaa621dcf16b5a6b5e3d9f5c66d825503ac21b3 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期三, 18 十二月 2024 17:32:30 +0800 Subject: [PATCH] api接口参数常量 --- src/test/java/com/example/ImgCheckApplicationTests.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/java/com/example/ImgCheckApplicationTests.java b/src/test/java/com/example/ImgCheckApplicationTests.java index 991fde3..bbce86d 100644 --- a/src/test/java/com/example/ImgCheckApplicationTests.java +++ b/src/test/java/com/example/ImgCheckApplicationTests.java @@ -1,9 +1,9 @@ package com.example; -import org.junit.jupiter.api.Test; -//import org.springframework.boot.test.context.SpringBootTest; +import org.junit.jupiter.api.Test;; +import org.springframework.boot.test.context.SpringBootTest; -//@SpringBootTest +@SpringBootTest class ImgCheckApplicationTests { @Test -- Gitblit v1.8.0