Skip to content

Commit 5e6798a

Browse files
authored
Update test_charge_point.py
1 parent 26da8a6 commit 5e6798a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_charge_point.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def on_reset(self, **kwargs):
125125
@on(Action.RemoteStartTransaction)
126126
def on_remote_start_transaction(self, **kwargs):
127127
"""Handle remote start request."""
128-
return call_result.RemoteStartTransaction(RemoteStartStopStatus.accepted)
128+
return call_result.RemoteStartTransactionPayload(RemoteStartStopStatus.accepted)
129129

130130
async def send_boot_notification(self):
131131
"""Send a boot notification."""

0 commit comments

Comments
 (0)