From a0f3f5a069153c46ac3a85fa75c3ec50fea6ea99 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 3 Jul 2026 21:10:32 +0530 Subject: Added Linux deb file creation scripts and build-all.sh --- .../com/example/apigateway/ApiGatewayApplicationTests.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java (limited to 'microservices/02-api-gateway/src/test/java') diff --git a/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java b/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java deleted file mode 100644 index 8a7cdc7..0000000 --- a/microservices/02-api-gateway/src/test/java/com/example/apigateway/ApiGatewayApplicationTests.java +++ /dev/null @@ -1,13 +0,0 @@ -package com.example.apigateway; - -import org.junit.jupiter.api.Test; -import org.springframework.boot.test.context.SpringBootTest; - -@SpringBootTest -class ApiGatewayApplicationTests { - - @Test - void contextLoads() { - } - -} -- cgit v1.2.3