Skip to content

Commit

Permalink
Fix mappings to allow for variability between windows and other OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Nov 2, 2021
1 parent 3768528 commit 0940530
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 60 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"4f508593b64df214fee8f6ab42df633c\""
"matches": "^(W/)?\"4f508593b64df214fee8f6ab42df633c\"$"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"4f508593b64df214fee8f6ab42df633c\""
"matches": "^(W/)?\"4f508593b64df214fee8f6ab42df633c\"$"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"4f508593b64df214fee8f6ab42df633c\""
"matches": "^(W/)?\"4f508593b64df214fee8f6ab42df633c\"$"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"31f73a7ecc35bbecec125851ce166af4\""
"matches": "^(W/)?\"31f73a7ecc35bbecec125851ce166af4\"$"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"31f73a7ecc35bbecec125851ce166af4\""
"matches": "^(W/)?\"31f73a7ecc35bbecec125851ce166af4\"$"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
"name": "repos_hub4j-test-org_github-api",
"request": {
"url": "/repos/hub4j-test-org/github-api",
"method": "GET"
"method": "GET",
"headers": {
"If-None-Match": {
"absent" : true
}
}
},
"response": {
"status": 200,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"295ae3430c604f3d10b6eb145fe511b5\""
"matches": "^(W/)?\"295ae3430c604f3d10b6eb145fe511b5\"$"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"295ae3430c604f3d10b6eb145fe511b5\""
"matches": "^(W/)?\"295ae3430c604f3d10b6eb145fe511b5\"$"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"method": "GET",
"headers": {
"If-None-Match": {
"equalTo": "\"295ae3430c604f3d10b6eb145fe511b5\""
"matches": "^(W/)?\"295ae3430c604f3d10b6eb145fe511b5\"$"
}
}
},
Expand Down

0 comments on commit 0940530

Please sign in to comment.