We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9724175 commit fa76f83Copy full SHA for fa76f83
app/test_app.py
@@ -3,7 +3,6 @@
3
import sys
4
5
from prometheus_client import REGISTRY
6
-import app
7
8
class TestApp(unittest.TestCase):
9
@@ -18,6 +17,7 @@ def setUp(self):
18
17
self.mock_custom_objects_api = self.custom_objects_api_patcher.start()
19
20
# import app after patch
+ import app
21
self.app = app
22
23
self.create_health_check_cr_patcher = patch('app.create_health_check_cr')
0 commit comments