From 4baf1e4edaf439e17759a0d0ca917c37978ca010 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Fri, 28 Jan 2022 14:39:03 +0100 Subject: [PATCH] Modify docker-compose configuration - correct typo IssueID: OAM-246 Change-Id: I24e91db6d10b5efe97d0a92d300a015e0f91bb5e Signed-off-by: demx8as6 --- solution/integration/smo/common/identity/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution/integration/smo/common/identity/config.py b/solution/integration/smo/common/identity/config.py index 649026c..65d0d45 100644 --- a/solution/integration/smo/common/identity/config.py +++ b/solution/integration/smo/common/identity/config.py @@ -54,7 +54,7 @@ def getToken(): raise SystemExit(e) if response.status_code >= 200 and response.status_code < 300: - print('Got tocken!') + print('Got token!') return response.json()['access_token'] else: sys.exit('Getting token failed.') -- 2.16.6