Skip to content

Commit 13877f1

Browse files
author
dmy.berezovskyi
committed
fix Clear-text logging of sensitive information
1 parent 378e6e5 commit 13877f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_fill_form/test_fill_form.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ def test_fill_user(self, make_driver, get_password):
2020

2121
# Use the password provided by the fixture
2222
password = get_password
23-
print(password)
24-
2523
fill.enter_username("selenium framework")
2624
fill.enter_password(password)

0 commit comments

Comments
 (0)