From 98ae4b49849f669d33a2b5e8ad779458b4cf0549 Mon Sep 17 00:00:00 2001 From: Kai-Uwe Hermann Date: Fri, 15 Nov 2024 12:53:11 +0100 Subject: [PATCH] attempt to fix codacy issues Signed-off-by: Kai-Uwe Hermann --- tests/ocpp_tests/README.md | 1 - tests/ocpp_tests/test_sets/ocpp201/security.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ocpp_tests/README.md b/tests/ocpp_tests/README.md index bc7484130..0d279e368 100644 --- a/tests/ocpp_tests/README.md +++ b/tests/ocpp_tests/README.md @@ -1,4 +1,3 @@ - # OCPP Integration Tests This directory contains some test tooling and integration tests diff --git a/tests/ocpp_tests/test_sets/ocpp201/security.py b/tests/ocpp_tests/test_sets/ocpp201/security.py index c5fa1702a..b4e548004 100644 --- a/tests/ocpp_tests/test_sets/ocpp201/security.py +++ b/tests/ocpp_tests/test_sets/ocpp201/security.py @@ -760,7 +760,7 @@ async def test_A02_use_newest_certificate_according_to_validity( Path(__file__).parent / "../everest-aux/certs/ca/csms/CSMS_ROOT_CA.pem" ) ca_key = Path(__file__).parent / "../everest-aux/certs/ca/csms/CSMS_ROOT_CA.key" - ca_passphrase = "123456" + ca_passphrase = "123456" # nosec bandit B105 # Install 3 certificates; the second is newest w.r.t. validity (shortest relative shift from now to the past) certificates = {}