test: fix gateway test package references
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 18s

This commit is contained in:
jade
2026-07-27 12:51:28 +09:00
parent 72891dc2db
commit d4953d60ec
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import java.util.Arrays;
import java.util.Set;
import java.util.stream.Collectors;
import io.shinhanlife.dap.mcg.sync.DynamicMcpController;
import org.junit.jupiter.api.Test;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;

View File

@@ -5,7 +5,8 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
import com.fasterxml.jackson.databind.ObjectMapper;
import io.modelcontextprotocol.spec.McpSchema;
import io.shinhanlife.dap.biz.mcp.gateway.dto.ToolMetadata;
import io.shinhanlife.dap.mcg.dto.ToolMetadata;
import io.shinhanlife.dap.mcg.sync.RegistryMcpToolSpecificationFactory;
import org.junit.jupiter.api.Test;
class RegistryMcpToolSpecificationFactoryTest {