mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-14 05:00:24 +02:00
* Fix for issue #118 * Adding test cases for fix #118 * Moved the namespace in using block for fix #118
This commit is contained in:
committed by
Stef Heyenrath
parent
7bd63a0baf
commit
0abe12f5c8
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"Guid": "00000002-ee28-4f29-ae63-1ac9b0802d87",
|
||||
"Priority": 0,
|
||||
"Request": {
|
||||
"Path": {
|
||||
"Matchers": [
|
||||
{
|
||||
"Name": "ExactMatcher",
|
||||
"Pattern": "/response/staticfile"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Methods": [
|
||||
"get"
|
||||
]
|
||||
},
|
||||
"Response": {
|
||||
"StatusCode": 200,
|
||||
"BodyAsFile": "responsebody.json",
|
||||
"Headers": {
|
||||
"Content-Type": "application/json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user