Enabling test

This commit is contained in:
Ryan Baxter
2023-05-04 08:45:26 -04:00
parent 65f848635a
commit 7fd8ce4c0d

View File

@@ -27,7 +27,6 @@ import io.awspring.cloud.s3.S3ProtocolResolver;
import org.json.JSONException;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.containers.localstack.LocalStackContainer;
import org.testcontainers.junit.jupiter.Container;
@@ -99,7 +98,6 @@ public class AwsS3IntegrationTests {
}
@Test
@Disabled
public void context() throws IOException {
RestTemplate rest = new RestTemplateBuilder().build();
String configServerUrl = "http://localhost:" + configServerPort;