Fix ExampleServerR4IT, restrict config to specific tests

This commit is contained in:
dotasek
2023-10-12 10:53:46 -04:00
parent bcd10350fe
commit ce0d7d43d2
4 changed files with 33 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.util.TestPropertyValues;
import org.springframework.boot.web.server.LocalServerPort;