From 378e6e52d14b8752091ddd61a134054f945feec1 Mon Sep 17 00:00:00 2001 From: "dmy.berezovskyi" Date: Fri, 10 Jan 2025 16:35:28 +0200 Subject: [PATCH] fix Clear-text logging of sensitive information --- tests/test_fill_form/test_fill_form.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_fill_form/test_fill_form.py b/tests/test_fill_form/test_fill_form.py index a5636ff..7cce6bb 100644 --- a/tests/test_fill_form/test_fill_form.py +++ b/tests/test_fill_form/test_fill_form.py @@ -11,7 +11,6 @@ def get_password(): secure = Secure() read = YAMLReader.read("data.yaml", to_simple_namespace=True) password = read.users.john.details.password - print(password) return secure.decrypt_password(password)