From 4124627e1c220cf371962917129e95d587154420 Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Mon, 8 Jan 2024 13:58:23 +0000
Subject: [PATCH] Do as Karel says

---
 gso/utils/workflow_steps.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py
index 6437f2ce..318f7f6b 100644
--- a/gso/utils/workflow_steps.py
+++ b/gso/utils/workflow_steps.py
@@ -91,7 +91,7 @@ def set_isis_to_90000(subscription: Iptrunk, process_id: UUIDstr, callback_route
 
 
 @step("[CHECK] Run show commands after base config install")
-def run_checks_after_base_config(subscription: dict[str, Any], callback_route: str) -> State:
+def run_checks_after_base_config(subscription: dict[str, Any], callback_route: str) -> None:
     """Workflow step for running show commands after installing base config."""
     execute_playbook(
         playbook_name="base_config_checks.yaml",
@@ -99,7 +99,3 @@ def run_checks_after_base_config(subscription: dict[str, Any], callback_route: s
         inventory=subscription["router"]["router_fqdn"],
         extra_vars={},
     )
-
-    return {
-        "subscription": subscription,
-    }
-- 
GitLab