Revert "Temporarily disable test."

This reverts commit 5e5e843a4e.
This commit is contained in:
Ryan Baxter
2024-01-26 16:20:41 -05:00
parent e5cadaf621
commit 38148eaf03

View File

@@ -28,7 +28,6 @@ import io.grpc.netty.GrpcSslContexts;
import io.grpc.netty.NettyChannelBuilder;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@@ -56,7 +55,6 @@ public class GRPCApplicationTests {
}
@Test
@Disabled
public void gRPCUnaryCallShouldReturnResponse() throws SSLException {
ManagedChannel channel = createSecuredChannel(gatewayPort);