Skip to content

Commit 6913595

Browse files
authored
Update test_charge_point.py
1 parent eb12215 commit 6913595

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
@@ -60,7 +60,7 @@ async def test_cms_responses(hass):
6060
cs.charge_points["test_cpid"].start_transaction(),
6161
cs.charge_points["test_cpid"].reset(),
6262
cs.charge_points["test_cpid"].set_charge_rate(),
63-
cs.charge_points["test_cpid"].update_firmware(),
63+
cs.charge_points["test_cpid"].update_firmware("http://www.charger.com/file.bin"),
6464
cs.charge_points["test_cpid"].unlock()), timeout = 7,
6565
)
6666
except asyncio.TimeoutError:

0 commit comments

Comments
 (0)