Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 722bbcc0 authored by Pawel GUTOWSKI's avatar Pawel GUTOWSKI
Browse files

EDELIVERY-3164 Added Domain ID validation

parent 77315eda
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ public class ServiceGroupControllerTest {
.contentType(APPLICATION_XML_VALUE)
.header(HTTP_HEADER_KEY_SERVICE_GROUP_OWNER, OTHER_OWNER_NAME_URL_ENCODED)
.content(SERVICE_GROUP_INPUT_BODY))
.andExpect(status().isCreated())ń;
.andExpect(status().isCreated());
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment