From c4953ca6cc7864f7efc0297c1b8d0e6411855582 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Thu, 8 Oct 2020 17:06:14 +0100 Subject: [PATCH] [08.10.20] Misspelling in Probe URL --- src/probes/probes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/probes/probes.py b/src/probes/probes.py index 69db79f..a01b2ac 100644 --- a/src/probes/probes.py +++ b/src/probes/probes.py @@ -13,7 +13,7 @@ def health(): @app.route('/readiness') def readiness(): - result = requests.request("GET", 'http://0.0.0.0:9090/senitment?tweet=Boitcoin%20is%20doing%20very%20well') + result = requests.request("GET", 'http://0.0.0.0:9090/sentiment?tweet=Bitcoin%20is%20doing%20very%20well') result = json.loads(result.text) if result != "" :