Modify docker-compose configuration 27/7627/1
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Fri, 28 Jan 2022 13:39:03 +0000 (14:39 +0100)
committerdemx8as6 <martin.skorupski@highstreet-technologies.com>
Fri, 28 Jan 2022 13:39:40 +0000 (14:39 +0100)
- correct typo

IssueID: OAM-246
Change-Id: I24e91db6d10b5efe97d0a92d300a015e0f91bb5e
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
solution/integration/smo/common/identity/config.py

index 649026c..65d0d45 100644 (file)
@@ -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.')