diff --git a/src/test/resources/contracts/rest/productGet.groovy b/src/test/resources/contracts/rest/productGet.groovy index 134675b..f896574 100644 --- a/src/test/resources/contracts/rest/productGet.groovy +++ b/src/test/resources/contracts/rest/productGet.groovy @@ -3,7 +3,7 @@ package contracts.rest org.springframework.cloud.contract.spec.Contract.make { request { method 'GET' - url ('/product/1') + url ('/item/1') headers { contentType(applicationJson()) } @@ -28,4 +28,4 @@ org.springframework.cloud.contract.spec.Contract.make { contentType(applicationJson()) } } -} \ No newline at end of file +}