logs errors to kibana
This commit is contained in:
parent
dfb66d5383
commit
4558269795
2 changed files with 11 additions and 12 deletions
2
test.py
2
test.py
|
@ -17,9 +17,9 @@ except ImportError:
|
|||
|
||||
from multiprocessing import Process
|
||||
|
||||
from compLib import LogstashLogging
|
||||
from compLib import Api
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
def test_get_park(self):
|
||||
ret = Api.Seeding.get_park()
|
||||
|
|
Reference in a new issue