Skip to content

Commit e6a9cc7

Browse files
author
Dennis Labordus
committed
Fixed URI of Test Resource.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent eec7748 commit e6a9cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/test/java/org/lfenergy/compas/scl/validator/rest/v1/SclValidatorServerEndpointTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SclValidatorServerEndpointTest {
3838
@InjectMock
3939
private SclValidatorService sclValidatorService;
4040

41-
@TestHTTPResource("/compas-scl-validator/validate-ws/v1/SCD")
41+
@TestHTTPResource("/validate-ws/v1/SCD")
4242
private URI uri;
4343

4444
@Test

0 commit comments

Comments
 (0)