File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,6 @@ def before_each(self):
202
202
203
203
self .fake_start_response = FakeStartResponse ()
204
204
205
- def fake_set_environ (value ):
206
- fake_set_environ .calls .append ((value ))
207
- fake_set_environ .calls = []
208
- self .fake_set_environ = fake_set_environ
209
-
210
205
fake_wsgi_environ = create_wsgi_environ (_TEST_CONF_FILE , wsgi_variables = dict (
211
206
http_host = 'localhost' ,
212
207
path_info = '/' ,
@@ -222,7 +217,7 @@ def fake_set_environ(value):
222
217
_skip_log = True ,
223
218
_format_output = self .instrumented_format_output ,
224
219
_retrieve_handler = self .instrumented_retrieve_handler ,
225
- _set_environ = fake_set_environ ,
220
+ _set_environ = noop ,
226
221
)
227
222
228
223
def test_return_value_ok_returns_status_200 (self ):
You can’t perform that action at this time.
0 commit comments