From: demx8as6 Date: Fri, 28 Jan 2022 13:39:03 +0000 (+0100) Subject: Modify docker-compose configuration X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4baf1e4edaf439e17759a0d0ca917c37978ca010;p=oam.git Modify docker-compose configuration - correct typo IssueID: OAM-246 Change-Id: I24e91db6d10b5efe97d0a92d300a015e0f91bb5e Signed-off-by: demx8as6 --- 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.')