From 44203f3050c5c513b4d9a3cb032e38e6e352a00f Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 11 Dec 2023 15:42:27 +0100 Subject: [PATCH] remove print --- .../authentik/tests_authentik/test_authentik_blueprint_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/authentik/tests_authentik/test_authentik_blueprint_api.py b/recipes/authentik/tests_authentik/test_authentik_blueprint_api.py index 87eb452..cf5914b 100644 --- a/recipes/authentik/tests_authentik/test_authentik_blueprint_api.py +++ b/recipes/authentik/tests_authentik/test_authentik_blueprint_api.py @@ -17,7 +17,7 @@ def test_authentik_blueprint_status( blueprints = api_request_context.get(URL.get("api/v3/managed/blueprints")) assert blueprints.ok blueprints_data = blueprints.json() - ic(blueprints_data) + # ic(blueprints_data) # fake failed blueprint # blueprints_data["results"][10]["status"] = "failed"