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

OZG-6748 Use zustaendigeStelle singular

parent 19a5fecd
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ public class FormDataTestFactory { ...@@ -61,7 +61,7 @@ public class FormDataTestFactory {
return FormData.builder() return FormData.builder()
.header(FormHeaderTestFactory.create()) .header(FormHeaderTestFactory.create())
.antragsteller(AntragstellerTestFactory.create()) .antragsteller(AntragstellerTestFactory.create())
.zustaendigeStelles(List.of(ZustaendigeStelleTestFactory.create())) .zustaendigeStelle(ZustaendigeStelleTestFactory.create())
.formData(Map.of( .formData(Map.of(
SIMPLE_VALUE_KEY, SIMPLE_VALUE, SIMPLE_VALUE_KEY, SIMPLE_VALUE,
SUBFORM_KEY, SUBFORM_VALUE, SUBFORM_KEY, SUBFORM_VALUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment