Uses RA 5.0.2-SNAPSHOT

This commit is contained in:
Marcin Grzejszczak
2022-05-23 11:53:23 +02:00
parent a187d70a34
commit 2a66444afb
13 changed files with 16 additions and 16 deletions

View File

@@ -22,13 +22,13 @@ import org.junit.jupiter.api.Test;
import wiremock.org.eclipse.jetty.http.HttpStatus;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
import org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration;
import org.springframework.boot.test.autoconfigure.restdocs.AutoConfigureRestDocs;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.ResponseEntity;
@@ -46,7 +46,7 @@ public class WiremockServerRestAssuredApplicationTests {
@Autowired
private RequestSpecification documentationSpec;
@LocalServerPort
@Value("${local.server.port}")
private int port;
/*