From 35be3bd66e20270a2dfaf6fbd2160bcd41fc79cc Mon Sep 17 00:00:00 2001 From: Yustina <62885041+YustinaKvr@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:39:39 +0200 Subject: [PATCH] Fix Container Squad name (#88) Fix Container Squad name Fix squad name for Container Reviewed-by: Anton Sidelnikov --- 9_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9_scheduler.py b/9_scheduler.py index bbf5fcb..33c6a2e 100644 --- a/9_scheduler.py +++ b/9_scheduler.py @@ -35,7 +35,7 @@ "CMS Squad": {"stream": "CMS Squad", "topic": "Doc alerts"}, "PaaS Squad": {"stream": "PaaS Squad", "topic": "Doc alerts"}, "Storage Squad": {"stream": "Storage Squad", "topic": "helpcenter_alerts"}, - "Container squad": {"stream": "Container squad", "topic": "Doc alerts"}, + "Container Squad": {"stream": "Container squad", "topic": "Doc alerts"}, "Network Squad": {"stream": "network", "topic": "Alerts_HelpCenter"} }