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

OZG-5286 add test for muk handling

parent e2d49dc3
Branches
Tags
No related merge requests found
......@@ -77,6 +77,13 @@ class EnterpriseEntryITCase {
assertThat(formData.getFormData()).containsKeys("Haushaltsjahr", "Anlage_1", "Anlage_2");
}
@Test
void shouldHaveMukServiceKonto() {
var formData = doPostRequest();
assertThat(formData.getHeader().getServiceKonto().getType()).isEqualTo("MUK");
}
@SneakyThrows
private FormData doPostRequest() {
mockMvc.perform(multipart("/antrag")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment