File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ export default
113
113
{
114
114
response_headers : [
115
115
[ 'Cache-Control' , 'no-store' ] ,
116
- [ 'Date' , 0 ]
116
+ [ 'Date' , 0 ] ,
117
117
[ 'A' , '2' ]
118
118
] ,
119
119
setup : true ,
120
120
pause : true
121
121
} ,
122
122
{
123
123
expected_type : 'cached' ,
124
- expected_response_headers : [ [ 'a' , '1' ] ] ,
124
+ expected_response_headers : [ [ 'a' , '1' ] ]
125
125
}
126
126
]
127
127
} ,
@@ -144,15 +144,15 @@ export default
144
144
{
145
145
response_headers : [
146
146
[ 'Cache-Control' , 'no-store, max-age=0' ] ,
147
- [ 'Date' , 0 ]
147
+ [ 'Date' , 0 ] ,
148
148
[ 'A' , '2' ]
149
149
] ,
150
150
setup : true ,
151
151
pause : true
152
152
} ,
153
153
{
154
154
expected_type : 'cached' ,
155
- expected_response_headers : [ [ 'a' , '1' ] ] ,
155
+ expected_response_headers : [ [ 'a' , '1' ] ]
156
156
}
157
157
]
158
158
} ,
You can’t perform that action at this time.
0 commit comments