Skip to content
Snippets Groups Projects
Commit a3337fdf authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5176 Fixed ApiRootITCase

parent 15b2639b
Branches
Tags
No related merge requests found
......@@ -34,12 +34,13 @@ import org.springframework.security.test.context.support.WithMockUser;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.ResultActions;
import de.ozgcloud.admin.common.user.UserRole;
import de.ozgcloud.common.test.ITCase;
import lombok.SneakyThrows;
@ITCase
@AutoConfigureMockMvc
@WithMockUser
@WithMockUser(roles = UserRole.ADMIN_USER)
class ApiRootITCase {
@Autowired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment