Skip to content

Commit

Permalink
attempt to fix codacy issues
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Nov 15, 2024
1 parent 63fcdca commit 98ae4b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/ocpp_tests/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# OCPP Integration Tests

Check notice on line 1 in tests/ocpp_tests/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

tests/ocpp_tests/README.md#L1

Expected: [None]; Actual: # OCPP Integration Tests

This directory contains some test tooling and integration tests
Expand Down
2 changes: 1 addition & 1 deletion tests/ocpp_tests/test_sets/ocpp201/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 98ae4b4

Please sign in to comment.