From ef9106aa68139cf3d0cc4158bb9428cbb0b33ed6 Mon Sep 17 00:00:00 2001 From: Sebastian Lobinger <sebastian.lobinger@fu-berlin.de> Date: Tue, 20 Jun 2017 08:32:18 +0200 Subject: [PATCH] update test_sams_app.py as described in #28 fixed issues #27 #28 --- test/test_sams_app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_sams_app.py b/test/test_sams_app.py index a2787ad..93edd4c 100644 --- a/test/test_sams_app.py +++ b/test/test_sams_app.py @@ -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__': -- GitLab