Skip to content

Commit 2a3354f

Browse files
authored
Merge pull request #374 from Limmen/management
management_system_controller unit tests
2 parents b3bdbc9 + 579cf60 commit 2a3354f

File tree

2 files changed

+655
-1
lines changed

2 files changed

+655
-1
lines changed

simulation-system/libs/csle-common/src/csle_common/controllers/management_system_controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def start_grafana(logger: logging.RootLogger) -> bool:
468468
:return: True if grafana was started, otherwise False
469469
"""
470470
if ManagementSystemController.is_grafana_running():
471-
logger.info("Grafana is already runnign")
471+
logger.info("Grafana is already running")
472472
return False
473473
client_1 = docker.from_env()
474474
containers = client_1.containers.list(all=True)

0 commit comments

Comments
 (0)