Skip to content

Commit fa76f83

Browse files
committed
Add patch for k8s config
Change-Id: Ia50eb033b5a87cddcb05e451711c1fd20d5366d1
1 parent 9724175 commit fa76f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import sys
44

55
from prometheus_client import REGISTRY
6-
import app
76

87
class TestApp(unittest.TestCase):
98

@@ -18,6 +17,7 @@ def setUp(self):
1817
self.mock_custom_objects_api = self.custom_objects_api_patcher.start()
1918

2019
# import app after patch
20+
import app
2121
self.app = app
2222

2323
self.create_health_check_cr_patcher = patch('app.create_health_check_cr')

0 commit comments

Comments
 (0)