remove tests/httpbin/debugtalk.py

This commit is contained in:
debugtalk
2018-05-10 12:39:37 +08:00
parent a414fe56d5
commit ce995a798f

View File

@@ -1,6 +0,0 @@
def setup_hook_add_kwargs(method, url, kwargs):
kwargs["key"] = "value"
def setup_hook_remove_kwargs(method, url, kwargs):
kwargs.pop("key")