mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 00:07:32 +00:00
[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
@@ -1678,7 +1678,10 @@ def test_upload_program_serial_partition_table(
|
||||
args = MockArgs(partition_table=True)
|
||||
devices = ["/dev/ttyUSB0"]
|
||||
|
||||
with pytest.raises(EsphomeError, match="The option --partition-table can only be used for Over The Air updates"):
|
||||
with pytest.raises(
|
||||
EsphomeError,
|
||||
match="The option --partition-table can only be used for Over The Air updates",
|
||||
):
|
||||
upload_program(config, args, devices)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user