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

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

fix oasis smp 2.0 context path example

parent 0fef7b46
No related branches found
No related tags found
No related merge requests found
Pipeline #218872 failed
......@@ -53,7 +53,7 @@ public class OasisSMPResource20 implements ResourceDefinitionSpi {
@Override
public String defaultUrlSegment() {
return "oasis-bdxr-smp-2";
return "bdxr-smp-2";
}
@Override
......
......@@ -48,7 +48,7 @@ class OasisSMPResource20Test {
void defaultUrlSegment() {
String result = testInstance.defaultUrlSegment();
assertEquals("oasis-bdxr-smp-2", result);
assertEquals("bdxr-smp-2", result);
}
@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