Skip to content

Commit f388f71

Browse files
committed
Removed commented code
1 parent 33e88cb commit f388f71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sonic-py-common/tests/test_security_cipher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def test_passkey_decryption(self):
6161
encrypt = temp.encrypt_passkey("RADIUS", "passkey2", "TEST2")
6262

6363
# Use patch to replace the built-in 'open' function with a mock
64-
#with mock.patch("{}.open".format(BUILTINS), mock.mock_open(read_data=EXPECTED_PASSWD)) as mock_file:
6564
with mock.patch("{}.open".format(BUILTINS), mock.mock_open()) as mock_file, \
6665
mock.patch("os.chmod") as mock_chmod:
6766
mock_fd = mock.MagicMock()

0 commit comments

Comments
 (0)