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

Skip to content
Snippets Groups Projects
Commit 7de80494 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Fix unit test

parent 92d94175
No related branches found
No related merge requests found
......@@ -172,7 +172,7 @@ public class ServiceGroupResourceTest {
serviceGroupDao.update(sg);
// given when
MvcResult result = mvc.perform(get(PATH_PUBLIC + "/extension/100000")
MvcResult result = mvc.perform(get(PATH_PUBLIC + "/100000/extension")
.with(SMP_ADMIN_CREDENTIALS).with(csrf()))
.andExpect(status().isOk()).andReturn();
......
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