Update productGet.groovy
This commit is contained in:
@@ -3,7 +3,7 @@ package contracts.rest
|
|||||||
org.springframework.cloud.contract.spec.Contract.make {
|
org.springframework.cloud.contract.spec.Contract.make {
|
||||||
request {
|
request {
|
||||||
method 'GET'
|
method 'GET'
|
||||||
url ('/item/1')
|
url ('/product/1')
|
||||||
headers {
|
headers {
|
||||||
contentType(applicationJson())
|
contentType(applicationJson())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user