Skip to content

Commit

Permalink
Updated for external central system
Browse files Browse the repository at this point in the history
Signed-off-by: AssemblyJohn <ioan.bogdann@gmail.com>
  • Loading branch information
AssemblyJohn committed Nov 15, 2024
1 parent afa8463 commit b4eb891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion everest-testing/src/everest/testing/ocpp_utils/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def central_system(request, ocpp_version: OCPPVersion, test_config):
central_system_marker = request.node.get_closest_marker('custom_central_system')

if central_system_marker:
assert isinstance(central_system_marker.args[0], CentralSystem)
assert isinstance(central_system_marker.args[0], CentralSystem)
cs = central_system_marker.args[0]
else:
cs = LocalCentralSystem(test_config.charge_point_info.charge_point_id,
Expand Down

0 comments on commit b4eb891

Please sign in to comment.