OrganizationControllerTest to WorkspaceControllerTest
This commit is contained in:
parent
549ca3ee4a
commit
0b99548493
|
|
@ -20,15 +20,15 @@ import org.springframework.web.reactive.function.BodyInserters;
|
|||
@RunWith(SpringRunner.class)
|
||||
@WebFluxTest(WorkspaceController.class)
|
||||
@Import(SecurityTestConfig.class)
|
||||
public class OrganizationControllerTest {
|
||||
public class WorkspaceControllerTest {
|
||||
@Autowired
|
||||
private WebTestClient webTestClient;
|
||||
|
||||
@MockBean
|
||||
private WorkspaceService organizationService;
|
||||
private WorkspaceService workspaceService;
|
||||
|
||||
@MockBean
|
||||
private UserWorkspaceService userOrganizationService;
|
||||
private UserWorkspaceService userWorkspaceService;
|
||||
|
||||
@MockBean
|
||||
private UserService userService;
|
||||
Loading…
Reference in New Issue
Block a user