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)