Skip to content

Commit 7ce9b2c

Browse files
authored
Update test_charge_point.py
1 parent 25c31ad commit 7ce9b2c

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
@@ -98,7 +98,7 @@ def on_get_configuration(self, key, **kwargs):
9898
if key[0] == ConfigurationKey.charging_schedule_allowed_charging_rate_unit.value:
9999
return call_result.GetConfigurationPayload(configuration_key=[{"key":key[0], "readonly": False, "value":"Current"}])
100100
if key[0] == ConfigurationKey.authorize_remote_tx_requests.value:
101-
return call_result.GetConfigurationPayload(configuration_key=[{"key":key[0], "readonly": False, "value":False}])
101+
return call_result.GetConfigurationPayload(configuration_key=[{"key":key[0], "readonly": False, "value":"false"}])
102102
if key[0] == ConfigurationKey.charge_profile_max_stack_level.value:
103103
return call_result.GetConfigurationPayload(configuration_key=[{"key":key[0], "readonly": False, "value":"3"}])
104104
return call_result.GetConfigurationPayload(configuration_key=[{"key":key[0], "readonly": False, "value":""}])

0 commit comments

Comments
 (0)