diff --git a/tests/test_progent/test_skill_injection.py b/tests/test_progent/test_skill_injection.py index 6a85f34..6202568 100644 --- a/tests/test_progent/test_skill_injection.py +++ b/tests/test_progent/test_skill_injection.py @@ -1080,17 +1080,11 @@ class TestCredentialHarvesting: ("read_file", {"file_path": "/home/user/.config/gcloud/credentials.db"}), ( "read_file", - { - "file_path": ( - "/home/user/.config/google-chrome/Default/Login Data" - ) - }, + {"file_path": ("/home/user/.config/google-chrome/Default/Login Data")}, ), ( "read_file", - { - "file_path": "/home/user/.mozilla/firefox/profile/logins.json" - }, + {"file_path": "/home/user/.mozilla/firefox/profile/logins.json"}, ), ("read_file", {"file_path": "/home/user/.bitcoin/wallet.dat"}), ("read_file", {"file_path": "/home/user/.ethereum/keystore/keyfile"}),