Merge branch '1.0.x'
This commit is contained in:
@@ -728,7 +728,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
'''), json)
|
||||
@@ -768,7 +768,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
'''), json)
|
||||
@@ -798,7 +798,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
|
||||
"urlPath": "boxes"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
'''), json)
|
||||
@@ -827,7 +827,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
|
||||
"urlPath": "boxes"
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
'''), json)
|
||||
@@ -980,7 +980,7 @@ class WireMockGroovyDslSpec extends Specification implements WireMockStubVerifie
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"status": 200,
|
||||
"status": 200
|
||||
}
|
||||
}
|
||||
'''), json)
|
||||
|
||||
Reference in New Issue
Block a user