Skip to content
Snippets Groups Projects
Commit 05e8d618 authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-5286 add test for muk handling

parent b8c5fa04
No related branches found
No related tags found
No related merge requests found
...@@ -77,6 +77,13 @@ class EnterpriseEntryITCase { ...@@ -77,6 +77,13 @@ class EnterpriseEntryITCase {
assertThat(formData.getFormData()).containsKeys("Haushaltsjahr", "Anlage_1", "Anlage_2"); assertThat(formData.getFormData()).containsKeys("Haushaltsjahr", "Anlage_1", "Anlage_2");
} }
@Test
void shouldHaveMukServiceKonto() {
var formData = doPostRequest();
assertThat(formData.getHeader().getServiceKonto().getType()).isEqualTo("MUK");
}
@SneakyThrows @SneakyThrows
private FormData doPostRequest() { private FormData doPostRequest() {
mockMvc.perform(multipart("/antrag") 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