Skip to content
Snippets Groups Projects

Resolve "Proxy muss alle HTTP-Methoden unterstützen"

Merged slobinger requested to merge 27-proxy-registration-for-all-methods into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -251,6 +251,7 @@ class TestSAMSAppWithThreadedApi(unittest.TestCase):
@@ -251,6 +251,7 @@ class TestSAMSAppWithThreadedApi(unittest.TestCase):
response = requests.request(method = method,
response = requests.request(method = method,
url = 'http://localhost:5000' + path)
url = 'http://localhost:5000' + path)
self.assertIs(response.status_code, 200)
self.assertIs(response.status_code, 200)
 
requests.get('http://localhost:5000/shutdown')
if __name__ == '__main__':
if __name__ == '__main__':
Loading