From b286cad934fa3a82a536b5405da425118acc2f5a Mon Sep 17 00:00:00 2001 From: acmexii <35618409+acmexii@users.noreply.github.com> Date: Fri, 1 Nov 2019 09:27:40 +0900 Subject: [PATCH] Update productGet.groovy --- src/test/resources/contracts/rest/productGet.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}