Temporarily disconnected SI sample

This commit is contained in:
Oleg Zhurakousky
2019-07-30 08:56:59 +02:00
parent 90c69368c2
commit 49f76856d4
2 changed files with 5 additions and 5 deletions

View File

@@ -29,14 +29,14 @@ import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
//@RunWith(SpringRunner.class)
//@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class FunctionSampleSpringIntegrationApplicationTests {
@Autowired
private TestRestTemplate restTemplate;
@Test
//@Test
public void upperCase() {
HttpHeaders httpHeaders = new HttpHeaders();
httpHeaders.setContentType(MediaType.APPLICATION_JSON);