Skip to content

Commit

Permalink
Disable OTA in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Aug 5, 2024
1 parent c9ae9c6 commit 84fab50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
config.CONF_DEVICE_BAUDRATE: 115200,
},
config.CONF_DATABASE: None,
config.CONF_OTA: {
config.CONF_OTA_ENABLED: False,
},
}


Expand Down

0 comments on commit 84fab50

Please sign in to comment.