This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch feature/configs
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git

commit 37bd0c88834d60f780ec1f6c7109d252834b092a
Author: kezhenxu94 <kezhenx...@163.com>
AuthorDate: Sun May 10 14:11:32 2020 +0800

    Test: forward post method to get method for e2e tests
---
 tests/provider.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/provider.py b/tests/provider.py
index afa7bb7..82ed9d9 100644
--- a/tests/provider.py
+++ b/tests/provider.py
@@ -36,6 +36,9 @@ if __name__ == '__main__':
             with request.urlopen(req) as res:
                 self.wfile.write(res.read(1024))
 
+        def do_POST(self):
+            self.do_GET()
+
     PORT = 9091
     Handler = SimpleHTTPRequestHandler
 

Reply via email to