mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Adding tests for ping and health enpoint
This commit is contained in:
@@ -52,6 +52,10 @@ class LiveTest(TestCase):
|
||||
if failed:
|
||||
raise Exception("Failed a doctest")
|
||||
|
||||
def misc(self):
|
||||
self.client.get('/health')
|
||||
self.client.get('/ping')
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user