mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-02 00:05:27 +00:00
commit
eaca8fdaf7
@ -57,6 +57,9 @@ class TBase(tservers.HTTPProxyTest):
|
||||
assert l.response.status_code == 304
|
||||
l.request.path = "/p/305"
|
||||
l.response = None
|
||||
l.live = False
|
||||
l.intercepted = False
|
||||
|
||||
cr.start_replay([l])
|
||||
self.wait_response(l)
|
||||
assert l.response.status_code == 305
|
||||
|
Loading…
Reference in New Issue
Block a user