diff --git a/src/probes/probes.py b/src/probes/probes.py index 741905a..c99da09 100644 --- a/src/probes/probes.py +++ b/src/probes/probes.py @@ -15,7 +15,7 @@ def readiness(): # result = requests.request("GET", 'http://localhost:9090/predictProbeTest') # result = json.loads(result.text) - if "" != "": + if "d" != "": return json.dumps({ 'status': 'UP', 'app': {