[BAEL-16739] - Fixed the integrations tests in rest-assured

This commit is contained in:
amit2103 2019-08-17 16:06:49 +05:30
parent 3897ea7bc4
commit 376f6f9871
2 changed files with 1 additions and 6 deletions

View File

@ -163,11 +163,6 @@
<version>${commons-collections.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- Rest Assured Dependencies-->
<dependency>
<groupId>io.rest-assured</groupId>

View File

@ -17,7 +17,7 @@ import java.util.Set;
import javax.annotation.PostConstruct;
import org.junit.jupiter.api.Test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;