Skip to content
Snippets Groups Projects
Commit ef9106aa authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

update test_sams_app.py as described in #28 fixed issues #27 #28

parent ffebec85
No related branches found
No related tags found
1 merge request!19Resolve "Proxy muss alle HTTP-Methoden unterstützen"
Pipeline #
......@@ -251,6 +251,7 @@ class TestSAMSAppWithThreadedApi(unittest.TestCase):
response = requests.request(method = method,
url = 'http://localhost:5000' + path)
self.assertIs(response.status_code, 200)
requests.get('http://localhost:5000/shutdown')
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment