Skip to content

Commit cd66c1e

Browse files
committed
Add Accept header
1 parent 4f9975d commit cd66c1e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/test/resources/org/kohsuke/github/GitHubTest/wiremock/getMyMarketplacePurchases/mappings/mapping-user-marketplace_purchases-stubbed-eVWvD.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"id" : "e5392532-debb-30c4-b86b-f5882a0d22b6",
33
"request" : {
44
"url" : "/user/marketplace_purchases",
5-
"method" : "GET"
5+
"method" : "GET",
6+
"headers": {
7+
"Accept": {
8+
"equalTo": "text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"
9+
}
10+
}
611
},
712
"response" : {
813
"status" : 200,

0 commit comments

Comments
 (0)