This commit is contained in:
AKurakin 2023-05-03 20:08:18 +03:00
parent 819a1afd22
commit e95b816f54
2 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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