Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Oct 20, 2023
1 parent 7fae169 commit 6186d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v16/test_v16_charge_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async def test_route_message_not_supported(base_central_system, notsupported_cal
not supported by OCPP version.
"""

@on(Action.BootNotification)
def on_boot_notification(**kwargs): # noqa
assert kwargs["firmware_version"] == "#1:3.4.0-2990#N:217H;1.0-223"
Expand Down

0 comments on commit 6186d2e

Please sign in to comment.