File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
src/test/java/it/io/openliberty/sample
src/test/java/it/io/openliberty/sample Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9090 <configuration >
9191 <systemPropertyVariables >
9292 <http .port>${liberty.var.default.http.port} </http .port>
93+ <context .root>/dev</context .root>
9394 </systemPropertyVariables >
9495 </configuration >
9596 </plugin >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public void testGetProperties() {
3838 client .register (JsrJsonpProvider .class );
3939
4040 // request
41- WebTarget target = client .target (url + "system/properties" );
41+ WebTarget target = client .target (url + "/ system/properties" );
4242 Response response = target .request ().get ();
4343
4444 // response
Original file line number Diff line number Diff line change 8888 <configuration >
8989 <systemPropertyVariables >
9090 <http .port>${liberty.var.default.http.port} </http .port>
91+ <context .root>/dev</context .root>
9192 </systemPropertyVariables >
9293 </configuration >
9394 </plugin >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public void testGetProperties() {
3838 client .register (JsrJsonpProvider .class );
3939
4040 // request
41- WebTarget target = client .target (url + "system/properties" );
41+ WebTarget target = client .target (url + "/ system/properties" );
4242 Response response = target .request ().get ();
4343
4444 // response
You can’t perform that action at this time.
0 commit comments