mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
Template data files to make okhttp2 test runnable in CI
OkHttp2 doesn't invalidate caches sometimes when it probably should
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
},
|
||||
"If-Modified-Since": {
|
||||
"absent": true
|
||||
},
|
||||
"If-None-Match": {
|
||||
"absent": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"method": "GET",
|
||||
"headers": {
|
||||
"If-Modified-Since": {
|
||||
"contains" : "GMT"
|
||||
"contains": "GMT"
|
||||
},
|
||||
"Cache-Control": {
|
||||
"equalTo": "max-age=0"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"method": "GET",
|
||||
"headers": {
|
||||
"If-Modified-Since": {
|
||||
"contains" : "GMT"
|
||||
"contains": "GMT"
|
||||
},
|
||||
"Cache-Control": {
|
||||
"equalTo": "max-age=0"
|
||||
|
||||
Reference in New Issue
Block a user