We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb5f2d commit 378e6e5Copy full SHA for 378e6e5
tests/test_fill_form/test_fill_form.py
@@ -11,7 +11,6 @@ def get_password():
11
secure = Secure()
12
read = YAMLReader.read("data.yaml", to_simple_namespace=True)
13
password = read.users.john.details.password
14
- print(password)
15
return secure.decrypt_password(password)
16
17
0 commit comments