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

@@ -843,8 +843,8 @@ class SingleTestGeneratorSpec extends Specification {
// tag::context_path_baseclass[]
import io.restassured.RestAssured;
import org.junit.Before;
import org.springframework.boot.web.server.LocalServerPort;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.web.server.LocalServerPort;
@SpringBootTest(classes = ContextPathTestingBaseClass.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class ContextPathTestingBaseClass {