backend-api http://jira.mfd.msk:8088/browse/CLS-288
This commit is contained in:
parent
819a1afd22
commit
e95b816f54
2 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ import java.util.Collection;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
@RequestMapping("/accounting/information-account")
|
@RequestMapping("/accounting/information-accounts")
|
||||||
public class InformationAccountController {
|
public class InformationAccountController {
|
||||||
private final IStateLoader stateLoader;
|
private final IStateLoader stateLoader;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,12 +7,12 @@ import ru.spcex.clearing.backendapi.controller.queue.account.InformationAccountC
|
||||||
import ru.spcex.clearing.imdg.IMDGDistributedNames;
|
import ru.spcex.clearing.imdg.IMDGDistributedNames;
|
||||||
|
|
||||||
class InformationAccountControllerTest extends AbstractControllerTest {
|
class InformationAccountControllerTest extends AbstractControllerTest {
|
||||||
public static final String REST_URL = "/accounting/information-account/";
|
public static final String REST_URL = "/accounting/information-accounts/";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link InformationAccountController#getAll()} <br>
|
* {@link InformationAccountController#getAll()} <br>
|
||||||
* Тест проверяет получение запроса по REST API.<br>
|
* Тест проверяет получение запроса по REST API.<br>
|
||||||
* Входной запрос /accounting/information-account/ <br>
|
* Входной запрос /accounting/information-accounts/ <br>
|
||||||
* Ответ CommonGetAllResponse <br>
|
* Ответ CommonGetAllResponse <br>
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue